play method
Starts or resumes video playback.
Implementation
Future<void> play() async {
// Remove or comment out debugPrints in production for performance
// debugPrint('YPlayerController: Play requested');
await _player.play();
}
Starts or resumes video playback.
Future<void> play() async {
// Remove or comment out debugPrints in production for performance
// debugPrint('YPlayerController: Play requested');
await _player.play();
}