getUniqueName method
Returns a unique name for the asset, combining the package name and file name.
Implementation
String getUniqueName() => "${_packageName}_${_fileName.split(".").first}";
Returns a unique name for the asset, combining the package name and file name.
String getUniqueName() => "${_packageName}_${_fileName.split(".").first}";