VisitIosWebView constructor

const VisitIosWebView({
  1. Key? key,
  2. required String initialUrl,
  3. bool isLoggingEnabled = false,
})

Implementation

const VisitIosWebView({
  super.key,
  required this.initialUrl,
  this.isLoggingEnabled = false,
});