Future<void> setEncryptionKey(CryptoKey key, [dynamic keyID]) => js_util.promiseToFuture( js_util.callMethod(this, 'setEncryptionKey', [key, keyID]));