getLiveCollection method

CommunityLiveCollection getLiveCollection({
  1. int? pageSize = 20,
})

Implementation

CommunityLiveCollection getLiveCollection({int? pageSize = 20}) {
  return CommunityLiveCollection(request: (() => build(pageSize: pageSize)));
}