menu
routed_node package
documentation
cloudflare.dart
CloudflareKvNamespace
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
String
?
>
get
(
String
key
, {
int
?
cacheTtl
,
})
Performs the get operation.
Implementation
Future<String?> get(String key, {int? cacheTtl});
routed_node package
documentation
cloudflare
CloudflareKvNamespace
get abstract method
CloudflareKvNamespace class