unreadNotificationCount method
Unread notifications, for a badge on the tab.
Unread count for a badge. See
AppwinCommunity.unreadNotificationCount.
Implementation
Future<int> unreadNotificationCount() {
throw UnimplementedError(
'unreadNotificationCount() has not been implemented.',
);
}