getAssetsPath method
Gets the absolute path to the assets directory.
Implementation
String getAssetsPath() {
return join(current, assetsDir);
}
Gets the absolute path to the assets directory.
String getAssetsPath() {
return join(current, assetsDir);
}