SK2TransactionObserverWrapper class

An observer that listens to all transactions created

Implemented types

Constructors

SK2TransactionObserverWrapper({required StreamController<List<PurchaseDetails>> transactionsCreatedController})
Creates a new instance of SK2TransactionObserverWrapper

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionsCreatedController StreamController<List<PurchaseDetails>>
The transactions stream to listen to
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTransactionsUpdated(List<SK2TransactionMessage> newTransactions) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited