htmlWidget method

  1. @override
Widget htmlWidget(
  1. BuildContext context,
  2. AppModel app,
  3. String html
)
override

Implementation

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