set abstract method

void set(
  1. String key,
  2. String value, {
  3. DateTime? expires,
  4. Duration? maxAge,
  5. String? path,
  6. String? domain,
  7. bool? secure,
})

Implementation

void set(
  String key,
  String value, {
  DateTime? expires,
  Duration? maxAge,
  String? path,
  String? domain,
  bool? secure,
});