signature property

  1. @JsonKey(defaultValue: '')
String signature
final

Signature of purchase data, signed with the developer's private key. Uses RSASSA-PKCS1-v1_5.

Implementation

@JsonKey(defaultValue: '')
final String signature;