showUpdateFailureSnackbar function
- BuildContext context
Shows update failure snackbar.
Implementation
void showUpdateFailureSnackbar(BuildContext context) {
SnackBarHelper.showError(context, 'Failed to update place');
}
Shows update failure snackbar.
void showUpdateFailureSnackbar(BuildContext context) {
SnackBarHelper.showError(context, 'Failed to update place');
}