Removes a chathead bubble by its id.
id
If the removed bubble was the last one, the overlay service stops.
@override Future<void> removeChatHead(String id) async { lastRemovedId = id; }