@override Future<Response> put<T>( String path, Map<String, dynamic> body, HttpOptions? options) { return client.put<T>(path, body, options); }