canPop method
Implementation
bool canPop(BuildContext context) {
if (Navigator.maybeOf(context)?.canPop() ?? false) {
return automaticallyImplyLeading;
}
return false;
}
bool canPop(BuildContext context) {
if (Navigator.maybeOf(context)?.canPop() ?? false) {
return automaticallyImplyLeading;
}
return false;
}