allChatInit static method

dynamic allChatInit(
  1. List chat
)

Implementation

static allChatInit(List chat) {
  allChat = chat;
}