instant-storage-dart/lib/storage_provider.dart
2021-03-26 08:21:48 +07:00

5 lines
92 B
Dart

abstract class StorageProvider {
/// Allow to sync the first value.
void syncFirst();
}