show method

Future<void> show()

Implementation

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