webviews method

void webviews(
  1. void configure(
    1. IndividualConfigAndroid
    )
)

Implementation

void webviews(void Function(IndividualConfigAndroid) configure) {
  configureItem('Webviews', configure);
}