addMyAuthFactorOTPSMS_Pre method
Future<AddMyAuthFactorOTPSMSResponse>
addMyAuthFactorOTPSMS_Pre(
- ServiceCall $call,
- Future<
AddMyAuthFactorOTPSMSRequest> $request
Implementation
$async.Future<$0.AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddMyAuthFactorOTPSMSRequest> $request) async {
return addMyAuthFactorOTPSMS($call, await $request);
}