setMediaAutoDownload method

dynamic setMediaAutoDownload(
  1. bool enable
)

This method is used to set the media auto download settings.

Implementation

setMediaAutoDownload(bool enable) async {
  throw UnimplementedError('has not been implemented.');
}