destroy method
Close all transports on relay manager
Implementation
Future<void> destroy() async {
await nwc.disconnectAll();
await _initialization.requests.closeAllSubscription();
await _initialization.relayManager.closeAllTransports();
}
Close all transports on relay manager
Future<void> destroy() async {
await nwc.disconnectAll();
await _initialization.requests.closeAllSubscription();
await _initialization.relayManager.closeAllTransports();
}