close method

void close()

Closes the Lua state

Implementation

void close() => lua_close(L);