removeOne method

Future<void> removeOne(
  1. String id
)

Implementation

Future<void> removeOne(String id) {
  return remove([id]);
}