setMediaEncryption method

dynamic setMediaEncryption(
  1. bool encryption
)

This method is used to set the media encryption.

Implementation

setMediaEncryption(bool encryption) {
  throw UnimplementedError('has not been implemented.');
}