ChangeCallback typedef
ChangeCallback =
void Function(Object? state)
Callback signature for change notifications.
Implementation
typedef ChangeCallback = void Function(Object? state);
Callback signature for change notifications.
typedef ChangeCallback = void Function(Object? state);