getWithMetadata<T> method
Future<KVNamespaceGetWithMetadataResult<T> >
getWithMetadata<T>(
- String name, [
- KVNamespaceGetOptions? options
Implementation
Future<KVNamespaceGetWithMetadataResult<T>> getWithMetadata<T>(
String name, [
KVNamespaceGetOptions? options,
]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'getWithMetadata', [name, options]));