project_provider_unsupported property
String
get
project_provider_unsupported
The chosen OAuth provider is unsupported. Please check the Create OAuth2 Session docs for the complete list of supported OAuth providers
Implementation
String get project_provider_unsupported {
return Intl.message(
'The chosen OAuth provider is unsupported. Please check the Create OAuth2 Session docs for the complete list of supported OAuth providers',
name: 'project_provider_unsupported',
desc: '',
args: [],
);
}