findAssets abstract method

Stream<AssetId> findAssets(
  1. Glob glob
)
inherited

Returns all readable assets matching glob under the current package.

Implementation

Stream<AssetId> findAssets(Glob glob);