AndroidSettings constructor
AndroidSettings({})
Default constructor with all params.
Implementation
AndroidSettings({
this.firebaseOptions,
this.notificationIcon,
this.notificationChannelId,
this.notificationChannelName,
this.notificationSound,
this.multipleNotifications,
this.notificationAccentColor,
});