getCredential method
Future<AuthenticationPublicKeyCredential>
getCredential(
- AuthenticateInitResponse authenticateData
Implementation
Future<AuthenticationPublicKeyCredential> getCredential(AuthenticateInitResponse authenticateData) {
throw UnimplementedError('getCredential() has not been implemented.');
}