GetString function

String? GetString(
  1. String key
)

Implementation

String? GetString(String key) => GetCookie(key);