BlocWidgetNotificationListener<N> typedef

BlocWidgetNotificationListener<N> = void Function(BuildContext context, N notification)

Type for notificationListener parameter.

Implementation

typedef BlocWidgetNotificationListener<N> = void Function(
    BuildContext context, N notification);