Future<void> generateKeyFrame([Iterable<String>? rids]) => js_util .promiseToFuture(js_util.callMethod(this, 'generateKeyFrame', [rids]));