remove method

Future remove()

Removes data from actual database location.

Implementation

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