updatesFor method
- ChatId id
Listens to the updates of DirectLinks for the provided ChatId while the returned Stream is listened to.
Implementation
Stream<void> updatesFor(ChatId id) => _linkRepository.updatesFor(id);
Listens to the updates of DirectLinks for the provided ChatId while the returned Stream is listened to.
Stream<void> updatesFor(ChatId id) => _linkRepository.updatesFor(id);