prefix method
- String prefix
Filters assets with the given prefix.
Implementation
void prefix(String prefix) => filter(_PrefixLoadingFilter(prefix));
Filters assets with the given prefix.
void prefix(String prefix) => filter(_PrefixLoadingFilter(prefix));