BetterPlayerNotificationConfiguration constructor

const BetterPlayerNotificationConfiguration({
  1. bool? showNotification,
  2. String? title,
  3. String? author,
  4. String? imageUrl,
  5. String? notificationChannelName,
  6. String? activityName,
})

Implementation

const BetterPlayerNotificationConfiguration({
  this.showNotification,
  this.title,
  this.author,
  this.imageUrl,
  this.notificationChannelName,
  this.activityName,
});