NotificationFetchParamBuilderWithContext typedef

NotificationFetchParamBuilderWithContext = Map<String, dynamic> Function(BuildContext context, AppNotificationEvent event)

Implementation

typedef NotificationFetchParamBuilderWithContext = Map<String, dynamic> Function(
  BuildContext context,
  AppNotificationEvent event,
);