static Future<bool?> markAsRead(String jid) { return FlyChatFlutterPlatform.instance.markAsRead(jid); }