markDirty method
- @mustCallSuper
inherited
Schedule a rebuild on the currently mounted state. Coalesced
via a throttled stream; see _rebuildInterval.
Implementation
@mustCallSuper
void markDirty() => _dirtyController.add(null);
Schedule a rebuild on the currently mounted state. Coalesced
via a throttled stream; see _rebuildInterval.
@mustCallSuper
void markDirty() => _dirtyController.add(null);