reload method
void
reload()
Reloads the isolate.
This method stops the current operation and reloads the isolate. It is useful for refreshing the state or reinitializing the environment.
Implementation
void reload() {
throw LlamaException('Web not supported');
}