5 lines
92 B
Dart
5 lines
92 B
Dart
abstract class StorageProvider {
|
|
/// Allow to sync the first value.
|
|
void syncFirst();
|
|
}
|