devicesStream property
Returns a stream of the currently discovered devices.
Implementation
@override
Stream<List<GoogleCastDevice>> get devicesStream =>
_devicesStreamController.stream;
Returns a stream of the currently discovered devices.
@override
Stream<List<GoogleCastDevice>> get devicesStream =>
_devicesStreamController.stream;