CustomNotificationConfig constructor

CustomNotificationConfig({
  1. bool? enablePush,
  2. bool? enablePushNick,
  3. bool? enableUnreadCount,
})

Implementation

CustomNotificationConfig(
    {this.enablePush, this.enablePushNick, this.enableUnreadCount});