applyToRemote abstract method

Future<ApplyResult> applyToRemote(
  1. List<SyncPayload<Syncable>> localStates
)

Apply a batch of local items to remote storage Returns success/failure with detailed errors

Implementation

Future<ApplyResult> applyToRemote(List<SyncPayload<Syncable>> localStates);