start abstract method
Starts iterative execution of code in the background Isolate.
If scriptName is non-null, it overrides the default filename.
Implementation
Future<MontyProgress> start(
String code, {
List<String>? externalFunctions,
MontyLimits? limits,
String? scriptName,
});