removeSnackBar method

void removeSnackBar()

Implementation

void removeSnackBar() {
  ScaffoldMessenger.of(this).hideCurrentSnackBar();
}