onDeleteError method
Implementation
Future<void> onDeleteError(
BuildContext context,
T model,
Exception e,
StackTrace s,
) async {
await FollyDialogs.dialogMessage(
context: context,
message: sprintf(deleteErrorText, <dynamic>[e.toString()]),
);
}