delete method

Future delete()

Deletes the object at the actual location.

Implementation

Future delete() => handleThenable(jsObject.delete());