showMenu method

void showMenu()

显示菜单(公开方法)

Implementation

void showMenu() {
  _controller?.showMenu();
}