RecentNotificationsTab constructor

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

Implementation

const RecentNotificationsTab({
  Key? key,
  required this.getRecentNotifications,
}) : super(key: key);