@override Future<VideoInfo> getVideoInfo(String path) async => VideoInfo.fromMap(await _invokeVideoMap('getVideoInfo', {'path': path}));