show method

Future<void> show()

Implementation

Future<void> show() async {
  return await _platform.invokeMethod('show');
}