getUnsyncedItems abstract method
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});