aaid abstract method Null safety

Future<void> aaid(
  1. String aaid
)

Provides the AAID of the authenticator selected by the user.

Params:

  • aaid the AAID of the selected authenticator.

Implementation

Future<void> aaid(String aaid);