htmlWidgetWithPlatformMedia abstract method

Widget htmlWidgetWithPlatformMedia(
  1. BuildContext context,
  2. AppModel app,
  3. String html, {
  4. List<HtmlPlatformMediumModel>? htmlPlatformMedia,
})

Implementation

Widget htmlWidgetWithPlatformMedia(
    BuildContext context, AppModel app, String html,
    {List<HtmlPlatformMediumModel>? htmlPlatformMedia});