ChatService constructor

ChatService()

Factory constructor to return the singleton instance

Implementation

factory ChatService() {
  return instance;
}