Future<void> loadVideo(String videoId) async { assert(videoId != null); return _channel.invokeMethod('startLibPlayer', videoId); }