set method

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

Implementation

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