AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams constructor
AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams(
- PlatformWebViewFeatureCreationParams params
Creates a AndroidWebViewFeatureCreationParams instance based on PlatformWebViewFeatureCreationParams.
Implementation
factory AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams(
PlatformWebViewFeatureCreationParams params) {
return AndroidWebViewFeatureCreationParams(params);
}