getEmbedWebView function

Widget getEmbedWebView(
  1. String srcDoc, [
  2. double? width,
  3. double? height
])

Implementation

Widget getEmbedWebView(String srcDoc, [double? width, double? height]) =>
    throw UnsupportedError("can't find webview for this platform");