getMedia static method

Future getMedia(
  1. String mid
)

Implementation

static Future<dynamic> getMedia(String mid) {
  return FlyChatFlutterPlatform.instance.getMedia(mid);
}