getMediaAutoDownload method

Future<bool?> getMediaAutoDownload()

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

Implementation

Future<bool?> getMediaAutoDownload() async {
  throw UnimplementedError('has not been implemented.');
}