ConnectionManager constructor

ConnectionManager()

Implementation

factory ConnectionManager() {
  _singleton ??= ConnectionManager._internal();
  return _singleton!;
}