AllNotificationsTab constructor

const AllNotificationsTab(
  1. {Key? key,
  2. required Future<Map<String, dynamic>> getAllNotifications}
)

Implementation

const AllNotificationsTab({
  Key? key,
  required this.getAllNotifications,
}) : super(key: key);