deleteOne method

dynamic deleteOne(
  1. String id
)

Implementation

deleteOne(String id) {
  store.dispatch(RequestDeleteOne<T>(id));
}