show method

Future<void> show()

Shows the window.

Implementation

Future<void> show() => _platform.show(_id);