CallbackRegistration typedef
CallbackRegistration =
void Function(Object? state)
Implementation
typedef CallbackRegistration = void Function(Object? state);
typedef CallbackRegistration = void Function(Object? state);