Closes a Nostr network subscription
Future<void> closeSubscription(String subId) { return _engine.closeSubscription(subId); }