ReceiptEncryptedPlatformApi class
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
-
createReceipt(String sdkId, EncryptedReceipt entity)
→ Future<EncryptedReceipt>
-
-
getReceipt(String sdkId, String entityId)
→ Future<EncryptedReceipt?>
-
-
listByReference(String sdkId, String reference)
→ Future<List<EncryptedReceipt>>
-
-
modifyReceipt(String sdkId, EncryptedReceipt entity)
→ Future<EncryptedReceipt>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shareWith(String sdkId, String delegateId, EncryptedReceipt receipt, ReceiptShareOptions? options)
→ Future<EncryptedReceipt>
-
-
shareWithMany(String sdkId, EncryptedReceipt receipt, Map<String, ReceiptShareOptions> delegates)
→ Future<EncryptedReceipt>
-
-
toString()
→ String
-
A string representation of this object.
inherited