htmlWidget method
Implementation
@override
Widget htmlWidget(
BuildContext context,
AppModel app,
String html,
) {
return htmlWidgetWithPlatformMedia(
context,
app,
html,
);
}
@override
Widget htmlWidget(
BuildContext context,
AppModel app,
String html,
) {
return htmlWidgetWithPlatformMedia(
context,
app,
html,
);
}