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