pushNotificationSettings property

  1. @TagNumber(8)
FFPushNotificationSettings get pushNotificationSettings

@doc Settings for Firebase push notification.

Implementation

@$pb.TagNumber(8)
FFPushNotificationSettings get pushNotificationSettings => $_getN(7);
  1. @TagNumber(8)
set pushNotificationSettings (FFPushNotificationSettings value)

Implementation

@$pb.TagNumber(8)
set pushNotificationSettings(FFPushNotificationSettings value) =>
    $_setField(8, value);