getPendingOperations method

Future<List<SyncOperation>> getPendingOperations()

Get all pending operations

Implementation

Future<List<SyncOperation>> getPendingOperations() async {
  return await _localStorage.getPendingSyncOperations();
}