onConflict property
Stream<ConflictEvent<Object?> >
get
onConflict
A stream of ConflictEvents emitted whenever a concurrent update is detected and resolved by a CrdtMergeStrategy.
Use this to display user-facing conflict notifications or log analytics.
Implementation
Stream<ConflictEvent<Object?>> get onConflict => _conflictController.stream;