destroyInstance method

void destroyInstance()

Implementation

void destroyInstance() {
  _engineNative.destroyEngine();
  _instance = null;
}