AndroidConfig constructor
AndroidConfig({
- String? collapseKey,
- Map<
String, String> ? data, - bool? directBootOk,
- AndroidFcmOptions? fcmOptions,
- AndroidNotification? notification,
- String? priority,
- String? restrictedPackageName,
- String? ttl,
Implementation
AndroidConfig({
this.collapseKey,
this.data,
this.directBootOk,
this.fcmOptions,
this.notification,
this.priority,
this.restrictedPackageName,
this.ttl,
});