removeView method

void removeView(
  1. LayoutView view
)

Implementation

void removeView(LayoutView view) {
  _layoutManager.removeView(view);
}