show static method

Future<void> show()

Shows the UI for feature requests list

Implementation

static Future<void> show() async {
  return _host.show();
}