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