DataOwnerPlatformApi class
Constructors
- DataOwnerPlatformApi(MethodChannel _methodChannel)
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
-
clearCurrentDataOwnerIdsCache(
String sdkId) → Future< void> -
getCryptoActorStub(
String sdkId, String ownerId) → Future< CryptoActorStubWithType> -
getCurrentDataOwner(
String sdkId) → Future< DataOwnerWithType> -
getCurrentDataOwnerHierarchy(
String sdkId) → Future< List< DataOwnerWithType> > -
getCurrentDataOwnerHierarchyIds(
String sdkId) → Future< List< String> > -
getCurrentDataOwnerHierarchyIdsFrom(
String sdkId, String parentId) → Future< List< String> > -
getCurrentDataOwnerId(
String sdkId) → Future< String> -
getCurrentDataOwnerStub(
String sdkId) → Future< CryptoActorStubWithType> -
getCurrentDataOwnerType(
String sdkId) → Future< DataOwnerType> -
getDataOwner(
String sdkId, String ownerId) → Future< DataOwnerWithType> -
modifyDataOwnerStub(
String sdkId, CryptoActorStubWithType cryptoActorStubWithTypeDto) → Future< CryptoActorStubWithType> -
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