register method

  1. @override
Future<RegisterResponseType> register(
  1. RegisterRequestType request
)
override

Handles the platform-specific steps for the registration flow (see https://webauthn.guide/#registration) Namely it creates a public/private key pair (only the public key will be returned)

Implementation

@override
Future<RegisterResponseType> register(
  RegisterRequestType request,
) async =>
    throw UnimplementedError();