deleteChatDirectLink method
Deletes the current ChatDirectLink of the authenticated MyUser.
Implementation
Future<void> deleteChatDirectLink() async {
await _myUserService.deleteChatDirectLink();
}
Deletes the current ChatDirectLink of the authenticated MyUser.
Future<void> deleteChatDirectLink() async {
await _myUserService.deleteChatDirectLink();
}