Android constructor
Android({
- AndroidPriority? priority,
- double? secondsToShow,
- AndroidNotification? notification,
- AndroidFcmOptions? fcmOptions,
Implementation
Android({
this.priority,
this.secondsToShow,
this.notification,
this.fcmOptions,
});