L0StorageRepository constructor Null safety
- String apiId
Implementation
L0StorageRepository(String apiId)
: _headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"x-api-id": apiId
};
L0StorageRepository(String apiId)
: _headers = {
"Content-Type": "application/json",
"Accept": "application/json",
"x-api-id": apiId
};