release static method

void release()

Release all the user agent properties statically cached. You can call this function when you no longer need to access the properties.

Implementation

static void release() {
  _properties = null;
}