removeContainer static method
Removes the related VibeContainer
Implementation
static void removeContainer(Widget widget) {
_container.remove(widget);
}
Removes the related VibeContainer
static void removeContainer(Widget widget) {
_container.remove(widget);
}