gc method

Future<void> gc()

Implementation

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