PushNotificationParamBuilder typedef
PushNotificationParamBuilder =
Map<String, dynamic> ? Function(FirePushNotificationsEvent event)
Implementation
typedef PushNotificationParamBuilder = Map<String, dynamic>? Function(FirePushNotificationsEvent event);