RemoteMessage constructor
RemoteMessage({
- Notification? notification,
- Map<
String?, Object?> ? data,
Implementation
RemoteMessage({
this.notification,
this.data,
});