static Future<dynamic> sentFileMessage(String? file, String jid) { return FlyChatFlutterPlatform.instance.sentFileMessage(file, jid); }