ContextManager constructor

ContextManager()

Factory constructor

Implementation

factory ContextManager() {
  return _instance;
}