setCachePath method

void setCachePath(
  1. String path
)

Specifies the directory path to be used for book unpacking.

Implementation

void setCachePath(String path) {
  setCachePathNative?.call(_sdk, BufferString.fromDartString(path));
}