getUnsyncedItems abstract method

Future<List<T>> getUnsyncedItems({
  1. int? limit,
})

Retrieves a list of unsynced items from the local repository, optionally limiting the number of items to limit.

Throws an exception if the retrieval fails.

Implementation

Future<List<T>> getUnsyncedItems({int? limit});