isAssetPath function

bool isAssetPath(
  1. String path
)

Implementation

bool isAssetPath(String path) {
  return path.startsWith('assets/');
}