AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams constructor

AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams(
  1. PlatformWebViewFeatureCreationParams params
)

Creates a AndroidWebViewFeatureCreationParams instance based on PlatformWebViewFeatureCreationParams.

Implementation

factory AndroidWebViewFeatureCreationParams.fromPlatformWebViewFeatureCreationParams(
    PlatformWebViewFeatureCreationParams params) {
  return AndroidWebViewFeatureCreationParams(params);
}