general_protocol_unsupported property
String
get
general_protocol_unsupported
The request cannot be fulfilled with the current protocol. Please check the value of the _APP_OPTIONS_FORCE_HTTPS environment variable
Implementation
String get general_protocol_unsupported {
return Intl.message(
'The request cannot be fulfilled with the current protocol. Please check the value of the _APP_OPTIONS_FORCE_HTTPS environment variable',
name: 'general_protocol_unsupported',
desc: '',
args: [],
);
}