nonSubscriptionTransactions property

List<StoreTransaction> nonSubscriptionTransactions
inherited

Returns all the non-subscription purchases a user has made. The purchases are ordered by purchase date in ascending order.

Implementation

List<StoreTransaction> get nonSubscriptionTransactions =>
    throw _privateConstructorUsedError;