showSaved static method
Shows a "Saved successfully" snackbar
Implementation
static void showSaved(BuildContext context) {
SavePointsSnackbar.showSuccess(
context,
title: 'Saved!',
subtitle: 'Your changes have been saved',
showProgressIndicator: true,
);
}