queryVideosFromPath method

Future<List<VideoModel>> queryVideosFromPath(
  1. String path, {
  2. VideoQueryOptions? options,
})

Implementation

Future<List<VideoModel>> queryVideosFromPath(String path,
    {VideoQueryOptions? options}) {
  throw UnimplementedError('queryVideosFromPath() has not been implemented.');
}