OnInvokeCallback<T extends Intent> typedef Null safety

OnInvokeCallback<T extends Intent> = Object? Function(T intent)

The signature of a callback accepted by CallbackAction.

Implementation

typedef OnInvokeCallback<T extends Intent> = Object? Function(T intent);