dispose static method

void dispose()

Disposes of the singleton instance of RouterReportManager.

Implementation

static void dispose() {
  _instance = null;
}