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