Invoke the platform method to open a URL.
@override Future<void> openUrl(String url) => methodChannel.invokeMethod<void>( 'openUrl', {'url': url}, );