closeSubscription abstract method

Future<void> closeSubscription(
  1. String subId
)

closes the nostr network subscription

Implementation

Future<void> closeSubscription(String subId);