applyRemoteChanges abstract method
Apply remote changes to local storage Returns success/failure with detailed errors
Implementation
Future<ApplyResult> applyRemoteChanges(
List<SyncPayload<ServerItem>> remoteStates);
Apply remote changes to local storage Returns success/failure with detailed errors
Future<ApplyResult> applyRemoteChanges(
List<SyncPayload<ServerItem>> remoteStates);