QChatPushService constructor

QChatPushService()

Implementation

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