turn on volume when video plays

This commit is contained in:
Alex
2024-08-29 15:03:01 -05:00
committed by mertalev
parent 9c470def18
commit 5e8ee6dc5f
2 changed files with 3 additions and 2 deletions
@@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
void onPlaybackReady() {
controller.value?.play();
controller.value?.setVolume(0.9);
}
void onPlaybackPositionChanged() {