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