Add storage provider
This commit is contained in:
4
lib/storage_provider.dart
Normal file
4
lib/storage_provider.dart
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
abstract class StorageProvider {
|
||||||
|
/// Allow to sync the first value.
|
||||||
|
void syncFirst();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user