reset static method

void reset()

Discard all cached instances — useful after logout.

Implementation

static void reset() => _instances.clear();