applyToLocal abstract method
Apply a batch of remote items to local storage Returns success/failure with detailed errors
Implementation
Future<ApplyResult> applyToLocal(List<SyncPayload<Syncable>> remoteStates);
Apply a batch of remote items to local storage Returns success/failure with detailed errors
Future<ApplyResult> applyToLocal(List<SyncPayload<Syncable>> remoteStates);