setShowLocation static method

void setShowLocation(
  1. bool show
)

设置是否显示调用位置

Implementation

static void setShowLocation(bool show) {
  _showLocation = show;
}