NotificationsList constructor

const NotificationsList({
  1. Key? key,
})

Displays all notifications of the user.

Implementation

const NotificationsList({super.key});