applyRemoteChanges abstract method

Future<ApplyResult> applyRemoteChanges(
  1. List<SyncPayload<ServerItem>> remoteStates
)

Apply remote changes to local storage Returns success/failure with detailed errors

Implementation

Future<ApplyResult> applyRemoteChanges(
    List<SyncPayload<ServerItem>> remoteStates);