destroy static method
void
destroy()
Destroys the singleton instance, allowing to create a new one
Implementation
static void destroy() {
NearbyCross.destroy();
_singleton = null;
}
Destroys the singleton instance, allowing to create a new one
static void destroy() {
NearbyCross.destroy();
_singleton = null;
}