NotificationsPage constructor

NotificationsPage({
  1. required String baseAPI,
})

Implementation

NotificationsPage({
  required this.baseAPI,
});