popErrorScope method

Future<GPUError> popErrorScope()

Implementation

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