ChatImpl constructor

ChatImpl()

Implementation

factory ChatImpl() {
  _instance ??= ChatImpl._internal();
  return _instance!;
}