prefix method

void prefix(
  1. String prefix
)

Filters assets with the given prefix.

Implementation

void prefix(String prefix) => filter(_PrefixLoadingFilter(prefix));