unload static method
void
unload()
Unload library reference.
Note: The actual library may remain in memory until process exit.
Implementation
static void unload() {
_commonsLibrary = null;
}
Unload library reference.
Note: The actual library may remain in memory until process exit.
static void unload() {
_commonsLibrary = null;
}