htmlWidget abstract method

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

Implementation

Widget htmlWidget(
  BuildContext context,
  AppModel app,
  String html,
);