flush abstract method

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.

Implementation

Future<void> flush();