removeMyAuthFactorOTPEmail_Pre method

Future<RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail_Pre(
  1. ServiceCall call,
  2. Future<RemoveMyAuthFactorOTPEmailRequest> request
)

Implementation

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