updateAutoDownloadAttachmentThumbnailSetting method

Future<void> updateAutoDownloadAttachmentThumbnailSetting(
  1. bool autoDownloadThumbnail
)

Implementation

Future<void> updateAutoDownloadAttachmentThumbnailSetting(
    bool autoDownloadThumbnail) async {
  throw UnimplementedError("not implemented");
}