BlocManager constructor

BlocManager()

Return singleton object

Implementation

factory BlocManager() {
  return _instance;
}