MmDataRetentionPolicyForChannel constructor

MmDataRetentionPolicyForChannel({
  1. String? channelId,
  2. int? postDuration,
})

Returns a new MmDataRetentionPolicyForChannel instance.

Implementation

MmDataRetentionPolicyForChannel({
  this.channelId,
  this.postDuration,
});