onBackgroundNotification property
Provide a top-level, non-anonymous function to handle background Notifications
Implementation
final Future<void> Function(RemoteMessage)? onBackgroundNotification;
Provide a top-level, non-anonymous function to handle background Notifications
final Future<void> Function(RemoteMessage)? onBackgroundNotification;