@override
void deactivate() {
super.deactivate();
var bool = ModalRoute.of(context).isCurrent;
if (bool) {
_initState(); //需要调用的方法
}
}
@override
void deactivate() {
super.deactivate();
var bool = ModalRoute.of(context).isCurrent;
if (bool) {
_initState(); //需要调用的方法
}
}
本文标题:flutter 返回上一页刷新
本文链接:https://www.haomeiwen.com/subject/hebdbctx.html
网友评论