hideSnackBar property
Hides the active snack bar on the given route. Defaults to the current route.
Implementation
late void Function({String? route}) hideSnackBar;
Hides the active snack bar on the given route. Defaults to the current route.
late void Function({String? route}) hideSnackBar;