updateDecryptionKey method

Future<void> updateDecryptionKey(
  1. String decryptionKey
)

Set the decryption key before calling play or playWithResourceLoad.

Implementation

Future<void> updateDecryptionKey(String decryptionKey) =>
    _invoke('updateDecryptionKey', {'decryptionKey': decryptionKey});