onHotReload property

Signal onHotReload

The Signal that is dispatched when the Stateful Widget gets reassembled.

Implementation

Signal get onHotReload {
  return _onHotReload ??= Signal();
}