showUpdateFailureSnackbar function

void showUpdateFailureSnackbar(
  1. BuildContext context
)

Shows update failure snackbar.

Implementation

void showUpdateFailureSnackbar(BuildContext context) {
  SnackBarHelper.showError(context, 'Failed to update place');
}