show method

Future<UserInput> show (String htmlInfoText)

Shortcut for InfoDialog.show

Implementation

static Future<UserInput> show(String htmlInfoText) async {
  return InfoDialog.show(htmlInfoText);
}