SK2SubscriptionOfferSignatureMessage class
A Pigeon message class representing a Signature https://developer.apple.com/documentation/storekit/product/subscriptionoffer/signature
Constructors
- SK2SubscriptionOfferSignatureMessage.new({required String keyID, required String nonce, required int timestamp, required String signature})
Properties
Methods
-
encode(
) → Object -
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.
override
Static Methods
-
decode(
Object result) → SK2SubscriptionOfferSignatureMessage