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