show method

Future<void> show()

Implementation

Future<void> show() {
  return _channel.invokeMethod('show');
}