clear method

Future<void> clear()

Implementation

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