removeHumanAuthFactorOTPSMS_Pre method

Future<RemoveHumanAuthFactorOTPSMSResponse> removeHumanAuthFactorOTPSMS_Pre(
  1. ServiceCall $call,
  2. Future<RemoveHumanAuthFactorOTPSMSRequest> $request
)

Implementation

$async.Future<$0.RemoveHumanAuthFactorOTPSMSResponse>
    removeHumanAuthFactorOTPSMS_Pre($grpc.ServiceCall $call,
        $async.Future<$0.RemoveHumanAuthFactorOTPSMSRequest> $request) async {
  return removeHumanAuthFactorOTPSMS($call, await $request);
}