no_notifications_available property

String get no_notifications_available

No Notifications available

Implementation

String get no_notifications_available {
  return Intl.message(
    'No Notifications available',
    name: 'no_notifications_available',
    desc: '',
    args: [],
  );
}