getVolume method

Future<double> getVolume()

Implementation

Future<double> getVolume() async {
  _checkDisposed();
  return _player.state.volume;
}