Play the video
@override Future<void> play() async { if (_isInitialized) { // Your custom play logic here _isPlaying = true; } }