dispose method
Implementation
Future<void> dispose() async {
await cacheEvictionScheduler?.stop();
await pendingBroadcastDelivery.stop();
await _relayConnectivitySubscription?.cancel();
}
Future<void> dispose() async {
await cacheEvictionScheduler?.stop();
await pendingBroadcastDelivery.stop();
await _relayConnectivitySubscription?.cancel();
}