play abstract method

Future<void> play({
  1. bool useGlobalController = true,
})

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});