embedWebView static method

Widget embedWebView({
  1. String? url,
  2. String? content,
  3. double? width,
  4. double? height,
})

WevView

Implementation

static Widget embedWebView(
    {String? url, String? content, double? width, double? height}) {
  UnimplementedError('webivew');
  return Container();
}