closeChatHead method

  1. @override
Future<void> closeChatHead()
override

Closes the chathead and stops the overlay service.

Implementation

@override
Future<void> closeChatHead() async {
  closeChatHeadCalled = true;
  active = false;
}