unreadCountIndicatorLabel method

  1. @override
String unreadCountIndicatorLabel({
  1. required int unreadCount,
})

The text for unread count indicator

Implementation

@override
String unreadCountIndicatorLabel({required int unreadCount}) {
  return '$unreadCount unread';
}