clear abstract method

Future<void> clear({
  1. int publicPort = 443,
  2. String path = '/',
})

Removes a Funnel publication for publicPort and path.

Idempotent: clearing an absent mapping succeeds. This removes the underlying Serve path as well; use Serve.forward when you want tailnet- only publication.

Implementation

Future<void> clear({int publicPort = 443, String path = '/'});