getMediaSha256 method
Get Uploaded media SHA-256 hash. Returns null if the request has not been made yet or if there was
Implementation
String? getMediaSha256() {
return mediaSha256;
}
Get Uploaded media SHA-256 hash. Returns null if the request has not been made yet or if there was
String? getMediaSha256() {
return mediaSha256;
}