setEKey method Null safety

void setEKey(
  1. String? eKey
)

Set a eKey that will be used to access file url where authorization is required

Implementation

void setEKey(String? eKey) {
  _eKey = eKey;
}