ConversationService constructor
Implementation
factory ConversationService() {
if (_singleton == null) {
_singleton = ConversationService._();
}
return _singleton!;
}
factory ConversationService() {
if (_singleton == null) {
_singleton = ConversationService._();
}
return _singleton!;
}