removeWidget method
Implementation
void removeWidget(String? className) {
if(_activityStack.contains(className)){
_activityStack.remove(className);
}
}
void removeWidget(String? className) {
if(_activityStack.contains(className)){
_activityStack.remove(className);
}
}