downloadMedia method

dynamic downloadMedia(
  1. String mid
)

This method is used to download the media using the message ID.

Implementation

downloadMedia(String mid) {
  throw UnimplementedError('has not been implemented.');
}