getMediaId method

String? getMediaId()

Get Uploaded media ID. Returns null if the request has not been made yet or if there was

Implementation

String? getMediaId() {
  return mediaId;
}