AndroidWebViewFeatureCreationParams constructor
const
AndroidWebViewFeatureCreationParams(
- PlatformWebViewFeatureCreationParams params
Creates a new AndroidWebViewFeatureCreationParams instance.
Implementation
const AndroidWebViewFeatureCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformWebViewFeatureCreationParams params,
) : super();