executeContinued abstract method
Execute source code in the current environment (continued). Maps to D4rt.continuedExecute()
Code has access to all previously defined variables/functions.
basePath specifies the directory for resolving imports.
Implementation
Future<ExecuteResult> executeContinued(String source, {String? basePath});