dispose static method
void
dispose()
Disposes of the singleton instance of RouterReportManager.
Implementation
static void dispose() {
_instance = null;
}
Disposes of the singleton instance of RouterReportManager.
static void dispose() {
_instance = null;
}