reportChat method

Future<void> reportChat()

Reports the chat.

Implementation

Future<void> reportChat() async {
  // TODO: Open with `ChatMessage` set up.
  router.support(push: true);
}