getLiveCollection method
Get Live collection for the messages
Implementation
MessageLiveCollection getLiveCollection({int? pageSize = 20}) {
return MessageLiveCollection(
request: () => build(pageSize: pageSize),
);
}
Get Live collection for the messages
MessageLiveCollection getLiveCollection({int? pageSize = 20}) {
return MessageLiveCollection(
request: () => build(pageSize: pageSize),
);
}