deleteRecentChat static method
Implementation
static deleteRecentChat(String jid) {
return FlyChatFlutterPlatform.instance.deleteRecentChat(jid);
}
static deleteRecentChat(String jid) {
return FlyChatFlutterPlatform.instance.deleteRecentChat(jid);
}