AndroidSettings constructor
AndroidSettings({
- FirebaseOptions? firebaseOptions,
- String? notificationIcon,
- bool? multipleNotifications,
- String? notificationAccentColor,
Implementation
AndroidSettings({
this.firebaseOptions,
this.notificationIcon,
this.multipleNotifications,
this.notificationAccentColor,
});