subscribeUnreadMessageCountByFilter method
- {required V2TimConversationFilter filter}
Implementation
Future<V2TimCallback> subscribeUnreadMessageCountByFilter({
required V2TimConversationFilter filter,
}) async {
throw UnimplementedError(
'subscribeUnreadMessageCountByFilter has not been implemented.',
);
}