getThumbnailFromPath abstract method

Future<Uint8List?> getThumbnailFromPath(
  1. PathWrapper<Path> path
)

Get the thumbnail from the first asset under the specific path entity. 获取指定路径下的第一个资源的缩略图数据

Implementation

Future<Uint8List?> getThumbnailFromPath(PathWrapper<Path> path);