clear method

void clear()

Clears the static file handler.

Implementation

void clear() {
  _staticHandler = null;
}