beforeDelete method

Future<bool> beforeDelete(
  1. BuildContext context,
  2. T model, {
  3. Map<String, String> extraParams = const <String, String>{},
})

Implementation

Future<bool> beforeDelete(
  BuildContext context,
  T model, {
  Map<String, String> extraParams = const <String, String>{},
}) async =>
    true;