willHandleForegroundNotifications method
Implementation
Future<bool?> willHandleForegroundNotifications(
Map<String, dynamic> notificationData) {
throw UnimplementedError(
'willHandleForegroundNotifications() has not been implemented.');
}