AndroidConfig constructor
AndroidConfig({
- String? collapseKey,
- AndroidConfigPriority? priority,
- String? ttl,
- String? restrictedPackageName,
- Map<
String, String> ? data, - AndroidNotification? notification,
- AndroidFcmOptions? fcmOptions,
Represents the Android-specific options that can be included in an Message.
Implementation
AndroidConfig({
this.collapseKey,
this.priority,
this.ttl,
this.restrictedPackageName,
this.data,
this.notification,
this.fcmOptions,
});