updateBadge method

  1. @override
Future<void> updateBadge(
  1. int count
)
override

Updates the badge count on the chathead bubble.

Pass 0 to hide the badge.

Implementation

@override
Future<void> updateBadge(int count) async {
  lastBadgeCount = count;
}