Updates the badge count on the chathead bubble.
Pass 0 to hide the badge.
0
@override Future<void> updateBadge(int count) async { lastBadgeCount = count; }