hideDebuggerDialog method

dynamic hideDebuggerDialog(
  1. BuildContext ctx
)

隐藏主页面

Implementation

hideDebuggerDialog(BuildContext ctx) {
  Navigator.pop(ctx);
}