menu
contacto
tabs/notifications/all_notifications_tab.dart
AllNotificationsTab
AllNotificationsTab const constructor
AllNotificationsTab
brightness_4
brightness_5
AllNotificationsTab
constructor
const
AllNotificationsTab
(
{
Key?
key
,
required
Future
<
Map
<
String
,
dynamic
>
>
getAllNotifications
}
)
Implementation
const AllNotificationsTab({ Key? key, required this.getAllNotifications, }) : super(key: key);
contacto
all_notifications_tab
AllNotificationsTab
AllNotificationsTab const constructor
AllNotificationsTab class