setCachePath method
- String path
Specifies the directory path to be used for book unpacking.
Implementation
void setCachePath(String path) {
setCachePathNative?.call(_sdk, BufferString.fromDartString(path));
}
Specifies the directory path to be used for book unpacking.
void setCachePath(String path) {
setCachePathNative?.call(_sdk, BufferString.fromDartString(path));
}