cookie method

String? cookie(
  1. String name
)

Get a specific cookie value.

Implementation

String? cookie(String name) => cookies[name];