destroy method
Implementation
@override
void destroy() {
_timeInfo.clear();
context.removeEngineLifecycleEventListener(this);
super.destroy();
}
@override
void destroy() {
_timeInfo.clear();
context.removeEngineLifecycleEventListener(this);
super.destroy();
}