목차

flutter back button

disable

WillPopScope(
    onWillPop: () async{
      return false;
    },
    child:Scaffold()
)


관련 문서