getMediaId method
Get Uploaded media ID. Returns null if the request has not been made yet or if there was
Implementation
String? getMediaId() {
return mediaId;
}
Get Uploaded media ID. Returns null if the request has not been made yet or if there was
String? getMediaId() {
return mediaId;
}