updateMediaDownloadStatus method

dynamic updateMediaDownloadStatus(
  1. String mediaMessageId,
  2. int progress,
  3. int downloadStatus,
  4. num dataTransferred,
)

This method is used to update the media download status.

Implementation

updateMediaDownloadStatus(String mediaMessageId, int progress,
    int downloadStatus, num dataTransferred) {
  throw UnimplementedError('has not been implemented.');
}