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