QChatServerService constructor

QChatServerService()

Implementation

factory QChatServerService() {
  if (_singleton == null) {
    _singleton = QChatServerService._();
  }
  return _singleton!;
}