remove static method

bool remove(
  1. String name, {
  2. String? path,
  3. String? domain,
  4. bool? secure,
})

Implementation

static bool remove(
  String name, {
  String? path,
  String? domain,
  bool? secure,
}) => cookie.remove(name, path: path, domain: domain, secure: secure);