disable method

Implementation

RangersApplogAutoTrack disable() {
  AutoTrackConfigManager.instance.enableAutoTrack(false);
  PointerEventListener.instance.stop();
  return _instance;
}