show static method

Future<void> show()

Manual invocation for replies.

Implementation

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