QChatChannelService constructor

QChatChannelService()

Implementation

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