apply method
Applies the configuration to be used by WebView
on loading.
This method can only be called once.
Calling this method will not cause WebView
to be loaded and will not block the calling thread.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - ProcessGlobalConfig.apply)
Implementation
Future<void> apply({required ProcessGlobalConfigSettings settings}) {
throw UnimplementedError(
'apply is not implemented on the current platform');
}