dispose method
Frees all built-in and custom allocators, then delegates to RaylibModule.dispose.
Implementation
@override
void dispose() {
super.dispose();
debugFreeInfo('Freeing preallocated internals');
_dePreAllocate();
debugFreeInfo('Freeing preallocated reusable internals');
_dePreAllocateReusables();
}