getWithMetadata<T> method

Future<KVNamespaceGetWithMetadataResult<T>> getWithMetadata<T>(
  1. String name, [
  2. KVNamespaceGetOptions? options
])

Implementation

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