Pause the video
@override Future<void> pause() async { // Your custom pause logic here _isPlaying = false; }