menu
flutter_embed_lua package
documentation
lua_bindings.dart
LuaBindings
luaL_unref method
luaL_unref method
dark_mode
light_mode
luaL_unref
method
void
luaL_unref
(
Pointer
<
lua_State
>
L
,
int
t
,
int
ref
)
Implementation
void luaL_unref(ffi.Pointer<lua_State> L, int t, int ref) { return _luaL_unref(L, t, ref); }
flutter_embed_lua package
documentation
lua_bindings
LuaBindings
luaL_unref method
LuaBindings class