menu
todo
data\datasources\local\sync_local_datasource.dart
SyncLocalDataSource
getOperations method
getOperations
dark_mode
light_mode
getOperations
method
Future
<
List
<
SyncOperation
>
>
getOperations
(
)
Implementation
Future<List<SyncOperation>> getOperations() async { return syncBox.values.toList(); }
todo
sync_local_datasource
SyncLocalDataSource
getOperations method
SyncLocalDataSource class