@@ -775,8 +775,8 @@ class StreamChatClient {
|
|||||||
|
|
||||||
/// Requests channels with a given query from the Persistence client.
|
/// Requests channels with a given query from the Persistence client.
|
||||||
Future<List<Channel>> queryChannelsOffline({
|
Future<List<Channel>> queryChannelsOffline({
|
||||||
required Filter? filter,
|
Filter? filter,
|
||||||
required List<SortOption<ChannelModel>>? sort,
|
List<SortOption<ChannelModel>>? sort,
|
||||||
PaginationParams paginationParams = const PaginationParams(),
|
PaginationParams paginationParams = const PaginationParams(),
|
||||||
}) async {
|
}) async {
|
||||||
final offlineChannels = (await _chatPersistenceClient?.getChannelStates(
|
final offlineChannels = (await _chatPersistenceClient?.getChannelStates(
|
||||||
|
|||||||
Reference in New Issue
Block a user