setSettings method
Sets the PlatformInAppBrowser settings with the new settings
and evaluates them.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
Future<void> setSettings({required InAppBrowserClassSettings settings}) {
throw UnimplementedError(
'setSettings is not implemented on the current platform');
}