menu
cloud_syncable package
documentation
repository/local_repository.dart
LocalRepository<T extends CloudSyncable>
clearAll abstract method
clearAll abstract method
dark_mode
light_mode
clearAll
abstract method
Future
<
void
>
clearAll
(
)
Clears all
CloudSyncable
entities of type
T
from the local repository.
Implementation
Future<void> clearAll();
cloud_syncable package
documentation
repository/local_repository
LocalRepository<T extends CloudSyncable>
clearAll abstract method
LocalRepository class