devices property

  1. @override
List<GoogleCastDevice> get devices
override

Returns the list of currently discovered devices.

Implementation

@override
List<GoogleCastDevice> get devices => _devicesStreamController.value;