I have a Flutter widget like this:
Widget build(context) { return WillPopScope( onWillPop: () => Future.value(false), child: FlutterLogin(