美文网首页
flutter 返回上一页刷新

flutter 返回上一页刷新

作者: 曾经也是个少年 | 来源:发表于2019-11-04 17:13 被阅读0次
     @override
      void deactivate() {
        super.deactivate();
        var bool = ModalRoute.of(context).isCurrent;
        if (bool) {
          _initState(); //需要调用的方法
        }
      }
    

    相关文章

      网友评论

          本文标题:flutter 返回上一页刷新

          本文链接:https://www.haomeiwen.com/subject/hebdbctx.html