getLocal abstract method
Fetch local items for sync Default: return all items as a list of SyncPayload
Implementation
Future<List<SyncPayload<Syncable>>> getLocal();
Fetch local items for sync Default: return all items as a list of SyncPayload
Future<List<SyncPayload<Syncable>>> getLocal();