findAssets abstract method

Stream<AssetId> findAssets(
  1. Glob glob
)

Returns all readable assets matching glob under the current package.

Implementation

Stream<AssetId> findAssets(Glob glob);