Sets the playback volume of the Player. Defaults to 100.0.
100.0
Future<void> setVolume(double volume) async { return platform?.setVolume(volume); }