getPendingOperations method
Get all pending operations
Implementation
Future<List<SyncOperation>> getPendingOperations() async {
return await _localStorage.getPendingSyncOperations();
}
Get all pending operations
Future<List<SyncOperation>> getPendingOperations() async {
return await _localStorage.getPendingSyncOperations();
}