NotificationService constructor

NotificationService({
  1. bool? initialized,
  2. bool? permissionGranted,
  3. bool didNotificationLaunchApp = false,
  4. String? launchPayload,
})

Implementation

NotificationService(
    {this.initialized,
    this.permissionGranted,
    this.didNotificationLaunchApp = false,
    this.launchPayload});