deleteChatDirectLink method
Deletes the current ChatDirectLink of the given Chat-group.
Implementation
Future<void> deleteChatDirectLink() async {
await _chatService.deleteChatDirectLink(chatId);
}
Deletes the current ChatDirectLink of the given Chat-group.
Future<void> deleteChatDirectLink() async {
await _chatService.deleteChatDirectLink(chatId);
}