empty static method

ChatList empty()
override

create ChatList Empty

Implementation

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