onIosSettingsRegistered property

Stream<IosNotificationSettings> onIosSettingsRegistered

Implementation

Stream<IosNotificationSettings> get onIosSettingsRegistered {
  return _iosSettingsStreamController.stream;
}