Android constructor

Android({
  1. AndroidPriority? priority,
  2. double? secondsToShow,
  3. AndroidNotification? notification,
  4. AndroidFcmOptions? fcmOptions,
})

Implementation

Android({
  this.priority,
  this.secondsToShow,
  this.notification,
  this.fcmOptions,
});