NotificationsView constructor
const
NotificationsView({
- Key? key,
- required NotificationsDataManager manager,
- required BaseScreen baseScreen,
Implementation
const NotificationsView({
Key? key,
required this.manager,
required this.baseScreen,
}) : super(key: key);