onDestory method
Implementation
@override
void onDestory() {
// 页面销毁
PageStack.removePage(tag);
debugPrint("=======$tag:onDestory()========");
}
@override
void onDestory() {
// 页面销毁
PageStack.removePage(tag);
debugPrint("=======$tag:onDestory()========");
}