removeMyAuthFactorOTP_Pre method
Future<RemoveMyAuthFactorOTPResponse>
removeMyAuthFactorOTP_Pre(
- ServiceCall $call,
- Future<
RemoveMyAuthFactorOTPRequest> $request
Implementation
$async.Future<$0.RemoveMyAuthFactorOTPResponse> removeMyAuthFactorOTP_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveMyAuthFactorOTPRequest> $request) async {
return removeMyAuthFactorOTP($call, await $request);
}