PageBlockChannel constructor

const PageBlockChannel({
  1. required ChatBase channel,
})

Page Block Channel constructor.

Implementation

const PageBlockChannel({
  required this.channel,
}) : super._();