clearFragments method

void clearFragments()

Implementation

void clearFragments() {
  fragment = const SizedBox();
  fragmentsManager.clear();
}