forget method

Future<void> forget()

Implementation

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