getVolume method

double? getVolume()

Implementation

double? getVolume() {
	return _player?.state.volume;
}