onConflictDetected method

void onConflictDetected(
  1. T local,
  2. T remote,
  3. DatumConflictContext context
)

Called when a conflict is detected between local and remote data.

Implementation

void onConflictDetected(T local, T remote, DatumConflictContext context) {}