Future<RequesterUpdate> remove(String path)

Source

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