WebAuthnPublicKeyAuthenticationRequest.fromJson constructor

WebAuthnPublicKeyAuthenticationRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WebAuthnPublicKeyAuthenticationRequest.fromJson(
        Map<String, dynamic> json) =>
    _$WebAuthnPublicKeyAuthenticationRequestFromJson(json);