dispose method
void
dispose()
Implementation
void dispose() {
_handler.deleteWebFrameworkException(_implementation.value);
malloc.free(_implementation);
_handler.dispose();
}
void dispose() {
_handler.deleteWebFrameworkException(_implementation.value);
malloc.free(_implementation);
_handler.dispose();
}