showMenu method

Future<void> showMenu()

Shows the window menu.

Implementation

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