clear abstract method
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 = '/'});