withIdbOptions method
Use a specific pageSize
Implementation
FileSystem withIdbOptions({required FileSystemIdbOptions options}) {
return _idbFileSystem.withOptionsImpl(options: options);
}
Use a specific pageSize
FileSystem withIdbOptions({required FileSystemIdbOptions options}) {
return _idbFileSystem.withOptionsImpl(options: options);
}