disableAll method

void disableAll()

禁用所有手指引导

Implementation

void disableAll() {
  _enabled = false;
}