removeChatHead method

  1. @override
Future<void> removeChatHead(
  1. String id
)
override

Removes a chathead bubble by its id.

If the removed bubble was the last one, the overlay service stops.

Implementation

@override
Future<void> removeChatHead(String id) async {
  lastRemovedId = id;
}