clearChat method
Future<void>
clearChat(
- String jid,
- String chatType,
- bool clearExceptStarred,
- dynamic callback(
- FlyResponse response
This method is used to clear the chat of a user using JID.
Implementation
Future<void> clearChat(String jid, String chatType, bool clearExceptStarred,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}