instant-storage-dart/lib/storage_provider.dart

5 lines
92 B
Dart
Raw Normal View History

2021-03-26 08:21:48 +07:00
abstract class StorageProvider {
/// Allow to sync the first value.
void syncFirst();
}