remove abstract method

Future<Data> remove(
  1. Id id, [
  2. Map<String, dynamic>? params
])

Removes the given resource.

Implementation

Future<Data> remove(Id id, [Map<String, dynamic>? params]);