destroy method

void destroy()

销毁/释放资源

Implementation

void destroy() {
  controller.dispose();
}