📜  错误:断言失败:org-dartlang-sdk:flutter_web_sdk lib _engine engine navigation history.dart:284:14 _userProvidedRouteName != null is not true - 不管代码示例

📅  最后修改于: 2022-03-11 15:00:14.744000             🧑  作者: Mango

代码示例1
WillPopScope(
      onWillPop: () async => true,
      child: Scaffold(blah blah)
);