deleteRecentChat method
This method is used to delete the recent chat.
Implementation
Future<void> deleteRecentChat(
String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to delete the recent chat.
Future<void> deleteRecentChat(
String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}