PipParamsPlayerMsg constructor

PipParamsPlayerMsg({
  1. int? playerId,
  2. String? backIconForAndroid,
  3. String? playIconForAndroid,
  4. String? pauseIconForAndroid,
  5. String? forwardIconForAndroid,
})

Implementation

PipParamsPlayerMsg({
  this.playerId,
  this.backIconForAndroid,
  this.playIconForAndroid,
  this.pauseIconForAndroid,
  this.forwardIconForAndroid,
});