remove method

Future<RequesterUpdate> remove(
  1. String path
)

Implementation

Future<RequesterUpdate> remove(String path) {
  return RemoveController(this, path).future;
}