getMediaSha256 method

String? getMediaSha256()

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;
}