Future<int> setVolume(FlutterSoundPlayerCallback callback, {double? volume}) async { return getWebSession(callback)!.setVolume(volume); }