handleCloseSubscription method

dynamic handleCloseSubscription(
  1. String id
)

Implementation

handleCloseSubscription(String id) async {
  await seedRelaysConnected;
  throw UnimplementedError();
}