play abstract method
Starts or resumes playback.
If useGlobalController
is true
, a shared global instance is used for coordinated
playback management (e.g., pausing other videos when this one plays).
Implementation
Future<void> play({bool useGlobalController = true});