menu
smart_dev_flutter_cast package
documentation
chrome_cast/chrome_cast_controller.dart
ChromeCastController
getVolume method
getVolume method
dark_mode
light_mode
getVolume
method
Future
<
double
>
getVolume
(
)
Get current volume
Implementation
Future<double> getVolume() { return chromeCastPlatform.getVolume(id: id); }
smart_dev_flutter_cast package
documentation
chrome_cast/chrome_cast_controller
ChromeCastController
getVolume method
ChromeCastController class