removeAllViews method

Future<void> removeAllViews()

Implementation

Future<void> removeAllViews() {
  return kMethodChannel.invokeMethod(
    'android.view.ViewGroup::removeAllViews',
    {'__this__': this},
  );
}