delete abstract method

Future<bool> delete(
  1. int? index, {
  2. bool notifyListeners = true,
})

Implementation

Future<bool> delete(int? index, {bool notifyListeners = true});