unloadEngine method

void unloadEngine()

Implementation

void unloadEngine() {
  _state = TrackerState.discovery;
  _engine.destroy();
  _alignmentIsolate.stop();
  notifyListeners();
}