removeMyAuthFactorOTPEmail_Pre method

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

Implementation

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