getSettings method

Gets the current PlatformInAppBrowser settings. Returns null if it wasn't able to get them.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

Future<InAppBrowserClassSettings?> getSettings() => platform.getSettings();