getAssetFullPath method

String getAssetFullPath(
  1. String suffix
)

Implementation

String getAssetFullPath(String suffix) {
  return "$assetsPath$assetName$suffix.$assetExt";
}