playEncrypted method
Play an encrypted video with the given decryptionKey.
Implementation
Future<void> playEncrypted(String url, {required String decryptionKey}) =>
_invoke('playEncrypted', {'url': url, 'decryptionKey': decryptionKey});
Play an encrypted video with the given decryptionKey.
Future<void> playEncrypted(String url, {required String decryptionKey}) =>
_invoke('playEncrypted', {'url': url, 'decryptionKey': decryptionKey});