getVolume method

Future<double> getVolume()

Get current volume

Implementation

Future<double> getVolume() {
  return chromeCastPlatform.getVolume(id: id);
}