removes unused function callbacks and moves wakelock

This commit is contained in:
Marty Fuhry
2024-03-05 12:13:40 -05:00
parent 11d4945ce8
commit 40eab06ca3
5 changed files with 11 additions and 39 deletions
-3
View File
@@ -350,9 +350,6 @@ abstract class _$AppRouter extends RootStackRouter {
key: args.key,
asset: args.asset,
isMotionVideo: args.isMotionVideo,
onVideoEnded: args.onVideoEnded,
onPlaying: args.onPlaying,
onPaused: args.onPaused,
placeholder: args.placeholder,
showControls: args.showControls,
hideControlsTimer: args.hideControlsTimer,