ActionInvokeHandler<T extends Intent> typedef

ActionInvokeHandler<T extends Intent> = Object? Function(T, [BuildContext?])

Implementation

typedef ActionInvokeHandler<T extends Intent> = Object? Function(
  T, [
  BuildContext?,
]);