claim method

Future<void> claim()

Implementation

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