configureRuntime function
Configure the runtime (called by platform entry points).
Implementation
void configureRuntime(LarkRuntime rt) {
_currentRuntime = rt;
}
Configure the runtime (called by platform entry points).
void configureRuntime(LarkRuntime rt) {
_currentRuntime = rt;
}