setEKey method Null safety
- String? eKey
Set a eKey
that will be used to access file url where
authorization is required
Implementation
void setEKey(String? eKey) {
_eKey = eKey;
}
Set a eKey
that will be used to access file url where
authorization is required
void setEKey(String? eKey) {
_eKey = eKey;
}