BetterPlayerNotificationConfiguration constructor

const BetterPlayerNotificationConfiguration({
  1. bool? showNotification,
  2. String? title,
  3. String? author,
  4. String? imageUrl,
  5. String? notificationChannelName,
  6. String? activityName,
  7. int? skipForwardTimeInMilliseconds = 10000,
  8. int? skipBackwardTimeInMilliseconds = 10000,
})

Implementation

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