removeTOTPAuthenticator_Pre method

Future<RemoveTOTPAuthenticatorResponse> removeTOTPAuthenticator_Pre(
  1. ServiceCall call,
  2. Future<RemoveTOTPAuthenticatorRequest> request
)

Implementation

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