endSynchronizedUpdate method

  1. @override
  2. @nonVirtual
void endSynchronizedUpdate()
override

Ends a synchronized update.

Implementation

@override
@nonVirtual
void endSynchronizedUpdate() {
  _writeSequences([SynchronizedUpdate.end.toSequence()]);
}