detach method

dynamic detach()
inherited

将引擎持有的指针和资源释放

Implementation

detach() {
  nativeFinalizer?.detach(this);
}