reset method

void reset()

Reset singleton

Implementation

void reset() {
  _instance = BlocManager._internal();
}