DeviceDataOwnerApi class
- Implemented types
Constructors
- DeviceDataOwnerApi(DeviceApi deviceApi)
Properties
Methods
-
createDataOwner(
DeviceDto dataOwner) → Future< DeviceDto?> -
override
-
getDataOwner(
String dataOwnerId) → Future< DeviceDto?> -
override
-
modifyDataOwner(
DeviceDto updatedDevice) → Future< DeviceDto?> -
override
-
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