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() {
throw UnimplementedError(
'getSettings is not implemented on the current platform');
}