StateListenerDisposer typedef
StateListenerDisposer =
void Function()
Disposer returned by State.subscribe. Call to remove the listener;
idempotent — repeated calls are safe no-ops.
Implementation
typedef StateListenerDisposer = void Function();