get<T> method

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

Implementation

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