deviecFoundStream property
Stream<DeviceData>
get
deviecFoundStream
Implementation
Stream<DeviceData> get deviecFoundStream => _deviceFoundStream.receiveBroadcastStream().map((element) => DeviceData.fromJson(element));