transactionsCreatedController property

StreamController<List<PurchaseDetails>> transactionsCreatedController
final

The transactions stream to listen to

Implementation

final StreamController<List<PurchaseDetails>> transactionsCreatedController;