shouldDismissNotification property
Provide a callback to be used to test if the received notification should be dismissed This is helpful if you are integrating 3rd party SDKs that also send notifications to the app
Implementation
final bool Function(Map<String, dynamic> data)? shouldDismissNotification;