Load and play a video URL (mp4 / m3u8 / local file path).
Future<void> play(String url) => _invoke('play', {'url': url});