Navigator.pushandremoveuntil Flutter

[Solved] Navigator.pushandremoveuntil Flutter | Dart - Code Explorer | yomemimo.com
Question : navigator.pushandremoveuntil flutter

Answered by : raksha-deshmukh

 Navigator.pushAndRemoveUntil<void>( context, MaterialPageRoute<void>( builder: (BuildContext context) => LoginPage(), ), (Route<dynamic> route) => false, );

Source : | Last Update : Tue, 07 Sep 21

Answers related to navigator.pushandremoveuntil flutter

Code Explorer Popular Question For Dart