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