ChatService constructor
ChatService()
Factory constructor to return the singleton instance
Implementation
factory ChatService() {
return instance;
}
Factory constructor to return the singleton instance
factory ChatService() {
return instance;
}