allowActionLabel property
String
get
allowActionLabel
Implementation
String get allowActionLabel {
return _permissionOptionLabel(
options,
fallback: 'Allow Once',
keywords: _allowPermissionKeywords,
genericLabels: const ['allow', 'allow once'],
negatedKeywords: _allowPermissionKeywords,
skipNegatedKeywords: true,
);
}