buildWidget method
build your widget here
Implementation
@override
Widget buildWidget(BuildContext context) {
return const Text("WebView is not supported on this platform");
}
build your widget here
@override
Widget buildWidget(BuildContext context) {
return const Text("WebView is not supported on this platform");
}