@override Stream<void> get discoverServiceStopped => _discoverServiceController.stream .where((event) => event.type == NsdEventType.discoverStopped);