getAssetsFromPath abstract method

Future<void> getAssetsFromPath(
  1. int page,
  2. Path path
)

Get assets under the specific path entity. 获取指定路径下的资源

Implementation

Future<void> getAssetsFromPath(int page, Path path);