@override openUrl(void Function(String url) callback) async { openUrlCallback = callback; await methodChannel.invokeMethod('openUrl'); }