QChatService constructor

QChatService()

Implementation

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