sync method
Manually trigger a synchronization of the storage state.
Useful for cross-app storage where changes might happen externally.
Implementation
Future<void> sync() async {}
Manually trigger a synchronization of the storage state.
Useful for cross-app storage where changes might happen externally.
Future<void> sync() async {}