remove method

Future<void> remove()

Implementation

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