menu
flux_vm package
documentation
flux_vm.dart
VM
getScript method
getScript method
dark_mode
light_mode
getScript
method
CompiledFunction?
getScript
(
String
name
)
Get a registered script by name
Implementation
CompiledFunction? getScript(String name) => _scripts[name];
flux_vm package
documentation
flux_vm
VM
getScript method
VM class