getThumbnailFromPath abstract method
Get the thumbnail from the first asset under the specific path entity. 获取指定路径下的第一个资源的缩略图数据
Implementation
Future<Uint8List?> getThumbnailFromPath(PathWrapper<Path> path);
Get the thumbnail from the first asset under the specific path entity. 获取指定路径下的第一个资源的缩略图数据
Future<Uint8List?> getThumbnailFromPath(PathWrapper<Path> path);