onDestroy method

  1. @OnDestroy.new()
void onDestroy()

Implementation

@OnDestroy()
void onDestroy() {
  print("UIModule.onDestroy()");
}