getFirstThumbFromPathEntity abstract method

Future<Uint8List?> getFirstThumbFromPathEntity(
  1. P pathEntity
)

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

Implementation

Future<Uint8List?> getFirstThumbFromPathEntity(P pathEntity);