fetchChat method

Future<void> fetchChat()

Implementation

Future<void> fetchChat() async {
  _chat = chat;
}