findImporterPackageRoot function

Uri findImporterPackageRoot()

Implementation

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