getOperations method

Future<List<SyncOperation>> getOperations()

Implementation

Future<List<SyncOperation>> getOperations() async {
  return syncBox.values.toList();
}