@override Future<String> parse(String url) async { final ok = await methodChannel.invokeMethod<String>('parse', {"url": url}); return ok ?? ""; }