delete<T> method

Future<bool> delete<T>(
  1. String key,
  2. DurableObjectPutOptions options
)

Implementation

Future<bool> delete<T>(String key, DurableObjectPutOptions options) => js_util
    .promiseToFuture(js_util.callMethod(this, 'delete', [key, options]));