enable method

Implementation

RangersApplogAutoTrack enable() {
  AutoTrackConfigManager.instance.enableAutoTrack(true);
  PointerEventListener.instance.start();
  return _instance;
}