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