delete method

Future<Response> delete(
  1. String path
)

Implementation

Future<http.Response> delete(String path) {
  throw UnimplementedError();
}