We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9304a commit 90f6cd1Copy full SHA for 90f6cd1
flutter_vlc_player/lib/src/vlc_player_controller.dart
@@ -573,6 +573,7 @@ class VlcPlayerController extends ValueNotifier<VlcPlayerValue> {
573
final volume = await vlcPlayerPlatform.getVolume(_viewId);
574
value = value.copyWith(
575
volume: volume != null ? volume.clamp(0, _maxVolume) : null);
576
+
577
return volume;
578
}
579
0 commit comments