flush method

Future<void> flush()

Implementation

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