applyUpdates method

Future<FdcDataApplyResult> applyUpdates()

Applies the current persistent changeSet through the configured adapter.

In cached-update mode this is the explicit commit boundary. In immediate mode it is also used internally after post/delete. Backend-confirmed values are merged into records on success; rejected changes remain recoverable.

Implementation

Future<FdcDataApplyResult> applyUpdates() {
  return _applyCoordinator.applyUpdates();
}