Add storage provider
This commit is contained in:
parent
cb34cfbabe
commit
34e833abd1
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();
|
||||
}
|
Loading…
Reference in New Issue
Block a user