static Future<String?> parse(String path) async { final String? result = await _channel.invokeMethod('parse', path); return result; }