BlobEntityService class

Constructors

BlobEntityService(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteBlobEntity(String blobEntityId, {RequestConfig? requestConfig}) Future<void>
downloadBlobEntity(String blobEntityId, {RequestConfig? requestConfig}) Future<ResponseBody?>
getBlobEntities(TimePageLink timePageLink, {String type = '', RequestConfig? requestConfig}) Future<PageData<BlobEntityInfo>>
getBlobEntitiesByIds(List<String> blobEntityIds, {RequestConfig? requestConfig}) Future<List<BlobEntityInfo>>
getBlobEntityInfo(String blobEntityInfoId, {RequestConfig? requestConfig}) Future<BlobEntityWithCustomerInfo?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited