clearChat method

Future clearChat(
  1. String jid,
  2. String chatType,
  3. bool clearExceptStarred
)

Implementation

Future<dynamic> clearChat(
    String jid, String chatType, bool clearExceptStarred) {
  throw UnimplementedError('has not been implemented.');
}