getImportBlock static method
Returns the import statement needed for D4rt scripts.
Use this in your D4rt initialization script to make all bridged classes available to scripts.
Implementation
static String getImportBlock() {
return "import 'package:path/path.dart';";
}