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