hideSnackBar property

void Function({String? route}) hideSnackBar
getter/setter pair

Hides the active snack bar on the given route. Defaults to the current route.

Implementation

late void Function({String? route}) hideSnackBar;