markDirty method

  1. @mustCallSuper
void markDirty()
inherited

Schedule a rebuild on the currently mounted state. Coalesced via a throttled stream; see _rebuildInterval.

Implementation

@mustCallSuper
void markDirty() => _dirtyController.add(null);