applyToLocal abstract method

Future<ApplyResult> applyToLocal(
  1. List<SyncPayload<Syncable>> remoteStates
)

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

Implementation

Future<ApplyResult> applyToLocal(List<SyncPayload<Syncable>> remoteStates);