show static method

Future<void> show()

Implementation

static Future<void> show() async {
  await methodChannel.invokeMethod('show');
}