readAll abstract method

Future<void> readAll(
  1. List<ChatId>? ids
)

Marks all the chats as read for the authenticated MyUser until their Chat.lastItems available.

If ids are provided, then only specified Chats will be read.

Implementation

Future<void> readAll(List<ChatId>? ids);