getMediaMimeType method
Get Uploaded media MIME type. Returns null if the request has not been made yet or if there was
Implementation
String? getMediaMimeType() {
return mediaMimeType;
}
Get Uploaded media MIME type. Returns null if the request has not been made yet or if there was
String? getMediaMimeType() {
return mediaMimeType;
}