tryLoadstring method
Same as LuaState.tryLoad but loads from a String instead.
Implementation
bool tryLoadstring(String string) => tryLoad(Utf8Codec().encode(string));
Same as LuaState.tryLoad but loads from a String instead.
bool tryLoadstring(String string) => tryLoad(Utf8Codec().encode(string));