notificationSettings property

Rx<NotificationSettings?> notificationSettings
final

NotificationSettings the FirebaseMessaging has currently.

Implementation

final Rx<NotificationSettings?> notificationSettings = Rx(null);