removeTOTPAuthenticator_Pre method
Future<RemoveTOTPAuthenticatorResponse>
removeTOTPAuthenticator_Pre(
- ServiceCall $call,
- Future<
RemoveTOTPAuthenticatorRequest> $request
Implementation
$async.Future<$0.RemoveTOTPAuthenticatorResponse> removeTOTPAuthenticator_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveTOTPAuthenticatorRequest> $request) async {
return removeTOTPAuthenticator($call, await $request);
}