remove abstract method

Future<void> remove(
  1. ChatId id
)

Removes a Chat identified by the provided id from the chats.

Implementation

Future<void> remove(ChatId id);