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