forceEnable method

  1. @visibleForTesting
void forceEnable()

Implementation

@visibleForTesting
void forceEnable() {
  _isEnabled = true;
}