removeWebAuthNAuthenticator_Pre method

Future<RemoveWebAuthNAuthenticatorResponse> removeWebAuthNAuthenticator_Pre(
  1. ServiceCall $call,
  2. Future<RemoveWebAuthNAuthenticatorRequest> $request
)

Implementation

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