Stores the provided volume as the default one for all video players.
volume
Future<void> setVideoVolume(double volume) async { _volume.value = volume; }