WebAuthnRegisterStartResponse.fromJson constructor

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

Implementation

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