enableAll method

void enableAll()

启用所有手指引导

Implementation

void enableAll() {
  _enabled = true;
  _showOnNavigationButtons = true;
  _showOnInputFields = true;
  _showOnGoToCompleteButton = true;
  _showOnConfirmButton = true;
}