WillPopScopeウィジェットを親にして、onWillPopでFutureのfalseを返すようにする。
WillPopScope(
onWillPop: () async => false,
child: Text('hoge'),
);
Go to list of users who liked
More than 5 years have passed since last update.
WillPopScopeウィジェットを親にして、onWillPopでFutureのfalseを返すようにする。
WillPopScope(
onWillPop: () async => false,
child: Text('hoge'),
);
Register as a new user and use Qiita more conveniently
Go to list of users who liked