show method

Future<void> show()

Implementation

Future<void> show() async {
  _channel.invokeMethod("show");
}