RuStorePayClient class

Класс для работы с pay sdk, содержит: purchaseInteractor - класс, который позволяет работать с платежами. productInteractor - класс, который позволяет работать с продуктами. ruStoreUtils - класс содержит набор утилитных методов.

Properties

hashCode int
The hash code for this object.
no setterinherited
productInteractor RuStoreFlutterProductInteractor
final
purchaseInteractor RuStoreFlutterPurchaseInteractor
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ruStoreUtils RuStoreFlutterUtils
final

Methods

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.
inherited

Static Properties

instance RuStorePayClient
no setter