getOptions method

  1. @Deprecated('Use getSettings instead')
Future<InAppBrowserClassOptions?> getOptions()
inherited

Use getSettings instead.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView

Use the PlatformInAppBrowser.isMethodSupported method to check if this method is supported at runtime.

Implementation

@Deprecated('Use getSettings instead')
Future<InAppBrowserClassOptions?> getOptions() => platform.getOptions();