removeDebugBtn method

void removeDebugBtn()

隐藏全局调试按钮

Implementation

void removeDebugBtn() {
  if (_overlayCode != null) {
    _overlayEntry.remove();
    _overlayCode = null;
  }
}