addMyAuthFactorOTP_Pre method
Future<AddMyAuthFactorOTPResponse>
addMyAuthFactorOTP_Pre(
- ServiceCall $call,
- Future<
AddMyAuthFactorOTPRequest> $request
Implementation
$async.Future<$0.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddMyAuthFactorOTPRequest> $request) async {
return addMyAuthFactorOTP($call, await $request);
}