delete method

  1. @override
  2. @protected
Future<Response> delete(
  1. String path
)
override

Sends a protected DELETE request to the specified path.

Implementation

@override
@protected
Future<Response> delete(String path) async => Response();