getChannelStates abstract method
Future<List<ChannelState> >
getChannelStates({
- Filter? filter,
- List<
SortOption< ? channelStateSort,ChannelState> > - PaginationParams? paginationParams,
Get all the stored ChannelStates
Optionally, pass filter
, sort
, paginationParams
for filtering out states.
Implementation
Future<List<ChannelState>> getChannelStates({
Filter? filter,
List<SortOption<ChannelState>>? channelStateSort,
PaginationParams? paginationParams,
});