NotificationsPage constructor

const NotificationsPage(
  1. FynoInApp fynoInApp,
  2. Function onClick, {
  3. ThemeConfig? themeConfig,
  4. Key? key,
})

Implementation

const NotificationsPage(
  this.fynoInApp,
  this.onClick, {
  this.themeConfig,
  Key? key,
}) : super(key: key);