autoPromptUsersForNotificationsPermission property

  1. @TagNumber(7)
bool get autoPromptUsersForNotificationsPermission

@doc Whether to auto-prompt users for notifications permission.

Implementation

@$pb.TagNumber(7)
$core.bool get autoPromptUsersForNotificationsPermission => $_getBF(6);
  1. @TagNumber(7)
set autoPromptUsersForNotificationsPermission (bool value)

Implementation

@$pb.TagNumber(7)
set autoPromptUsersForNotificationsPermission($core.bool value) =>
    $_setBool(6, value);