onNotificationSettingsChanged property

Stream<bool> onNotificationSettingsChanged

Implementation

static Stream<bool> get onNotificationSettingsChanged {
  return _getEventStream('notification_settings_changed').map((result) {
    return result as bool;
  });
}