hideAll method

void hideAll()

Immediately hides the SnackBar

Implementation

void hideAll() {
  rootScaffoldMessengerKey.currentState?.removeCurrentSnackBar();
}