destroy function
void
destroy()
Implementation
void destroy() {
if (Global._self != null) {
Global()._deinitialize();
}
}
void destroy() {
if (Global._self != null) {
Global()._deinitialize();
}
}