devices property
Returns the list of currently discovered devices.
Implementation
@override
List<GoogleCastDevice> get devices => _devicesStreamController.value;
Returns the list of currently discovered devices.
@override
List<GoogleCastDevice> get devices => _devicesStreamController.value;