Future<Map<String, String>> getMessageById({required String messageId}) { return AntsomiPlatform.instance.getMessageById(messageId: messageId); }