getLiveCollection method

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

Implementation

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