ICustomRemoteMessage constructor

const ICustomRemoteMessage({
  1. required RemoteNotification? notification,
  2. Map<String, dynamic> data = const <String, dynamic>{},
})

Implementation

const ICustomRemoteMessage({required super.notification, super.data});