@override Future<void> continueFlow({required String url}) { return methodChannel.invokeMethod('continueFlow', {'url': url}); }