sync method

Future<void> sync()

Manually trigger a synchronization of the storage state.

Useful for cross-app storage where changes might happen externally.

Implementation

Future<void> sync() async {}