assetPath method

String assetPath(
  1. String fileName
)

Implementation

String assetPath(String fileName) {
  return '$path/$fileName';
}