close method
Implementation
void close(BuildContext context) {
Navigator.of(context).popUntil((route) {
return route.settings.name == 'canary_root';
});
}
void close(BuildContext context) {
Navigator.of(context).popUntil((route) {
return route.settings.name == 'canary_root';
});
}