delete abstract method

Future<bool> delete(
  1. CloudflareRequest request, {
  2. bool ignoreMethod = false,
})

Removes a cached response and reports whether an entry was removed.

Implementation

Future<bool> delete(CloudflareRequest request, {bool ignoreMethod = false});