clearChat static method

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

Implementation

static Future<dynamic> clearChat(String jid, String chatType, bool clearExceptStarred) {
  return FlyChatFlutterPlatform.instance.clearChat(jid, chatType, clearExceptStarred);
}