removeWebAuthNAuthenticator_Pre method
Future<RemoveWebAuthNAuthenticatorResponse>
removeWebAuthNAuthenticator_Pre(
- ServiceCall call,
- Future<
RemoveWebAuthNAuthenticatorRequest> request
Implementation
$async.Future<$0.RemoveWebAuthNAuthenticatorResponse> removeWebAuthNAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveWebAuthNAuthenticatorRequest> request) async {
return removeWebAuthNAuthenticator(call, await request);
}