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