notification_list_title abstract method

String notification_list_title(
  1. int count
)

Title for the notifications list showing the total count of notifications.

In en, this message translates to: 'Notifications ({count})'

Implementation

String notification_list_title(int count);