deleteChatDirectLink method

Future<void> deleteChatDirectLink()

Deletes the current ChatDirectLink of the given Chat-group.

Implementation

Future<void> deleteChatDirectLink() async {
  await _chatService.deleteChatDirectLink(chatId);
}