deleteAll method

Future<void> deleteAll(
  1. DurableObjectPutOptions options
)

Implementation

Future<void> deleteAll(DurableObjectPutOptions options) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'deleteAll', [options]));