empty static method

ChatFolder empty()
override

create ChatFolder Empty

Implementation

static ChatFolder empty() {
  return ChatFolder({});
}