popForced<T extends Object?> method
- @Deprecated('Use pop instead')
- @optionalTypeArgs
- T? result
inherited
Pop until given route
if it exists in stack
otherwise does nothing
see Navigator.pop
Implementation
@Deprecated('Use pop instead')
@optionalTypeArgs
void popForced<T extends Object?>([T? result]) {
return pop<T>(result);
}