normal function

String normal(
  1. String path
)

Implementation

String normal(String path) {
  return AssetId('', path).path;
}