watched property
void Function()?
get
watched
inherited
Callback called when the signal goes from 0 to >=1 listeners.
Implementation
void Function()? get watched => null;
Callback called when the signal goes from 0 to >=1 listeners.
void Function()? get watched => null;