removeTOTP_Pre method

Future<RemoveTOTPResponse> removeTOTP_Pre(
  1. ServiceCall $call,
  2. Future<RemoveTOTPRequest> $request
)

Implementation

$async.Future<$0.RemoveTOTPResponse> removeTOTP_Pre($grpc.ServiceCall $call,
    $async.Future<$0.RemoveTOTPRequest> $request) async {
  return removeTOTP($call, await $request);
}