findImporterPackageRoot function
Implementation
Uri findImporterPackageRoot() {
Uri importerPackageUri = Isolate.resolvePackageUriSync(
Uri.parse('package:flutter_scene_importer/'))!;
return importerPackageUri.resolve('../');
}
Uri findImporterPackageRoot() {
Uri importerPackageUri = Isolate.resolvePackageUriSync(
Uri.parse('package:flutter_scene_importer/'))!;
return importerPackageUri.resolve('../');
}