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