flush abstract method
Flush changes to the underlying storage.
When this returns, all changes previously written will be persisted to storage.
This only has an effect when IndexedDB storage is used.
Implementation
Future<void> flush();
Flush changes to the underlying storage.
When this returns, all changes previously written will be persisted to storage.
This only has an effect when IndexedDB storage is used.
Future<void> flush();