turn on volume when video plays
This commit is contained in:
@@ -147,6 +147,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
||||
|
||||
void onPlaybackReady() {
|
||||
controller.value?.play();
|
||||
controller.value?.setVolume(0.9);
|
||||
}
|
||||
|
||||
void onPlaybackPositionChanged() {
|
||||
|
||||
Reference in New Issue
Block a user