UnsupportedIdentityProviderException constructor
Implementation
UnsupportedIdentityProviderException({String? type, String? message})
: super(
type: type,
code: 'UnsupportedIdentityProviderException',
message: message);