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