removeMyAuthFactorOTPEmail_Pre method
Future<RemoveMyAuthFactorOTPEmailResponse>
removeMyAuthFactorOTPEmail_Pre(
- ServiceCall call,
- Future<
RemoveMyAuthFactorOTPEmailRequest> request
Implementation
$async.Future<$2.RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail_Pre($grpc.ServiceCall call, $async.Future<$2.RemoveMyAuthFactorOTPEmailRequest> request) async {
return removeMyAuthFactorOTPEmail(call, await request);
}