show method

Future<void> show()

展示组件

Implementation

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