WebViewWeb constructor

WebViewWeb({
  1. String notSupportedMessage = 'Web view is not supported on this platform.',
})

Implementation

WebViewWeb(
    {this.notSupportedMessage =
        'Web view is not supported on this platform.'});