OnInvokeCallback<T extends Intent> typedef
Null safety
The signature of a callback accepted by CallbackAction.
Implementation
typedef OnInvokeCallback<T extends Intent> = Object? Function(T intent);
The signature of a callback accepted by CallbackAction.
typedef OnInvokeCallback<T extends Intent> = Object? Function(T intent);