deleteRecentChat static method
Deletes recent chats for the specified JID.
Implementation
@Deprecated('Instead of use Mirrorfly.deleteRecentChats()')
static deleteRecentChat(String jid) {
return FlyChatFlutterPlatform.instance.deleteRecentChat(jid, null);
}