LinkFiveClientTest class
HTTP TEST client
- Inheritance
-
- Object
- LinkFiveClientInterface
- LinkFiveClientTest
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
changeUserId(
String? userId) → Future< LinkFiveActiveProducts> -
TEST MODE
override
-
fetchLinkFiveResponse(
) → Future< LinkFiveResponseData> -
TEST MODE
override
-
fetchUserPlanListFromLinkFive(
) → Future< LinkFiveActiveProducts> -
TEST MODE
override
-
init(
LinkFiveEnvironment env, LinkFiveAppDataStore appDataStore) → dynamic -
Does Nothing
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purchaseGooglePlay(
GooglePlayPurchaseDetails purchaseDetails, GooglePlayProductDetails productDetails) → Future< LinkFiveActiveProducts> -
TEST MODE
override
-
purchaseGooglePlayOneTimePurchase(
GooglePlayPurchaseDetails purchaseDetails, OneTimePurchaseOfferDetailsWrapper otpDetails) → Future< LinkFiveActiveProducts> -
after a one time purchase purchase on Google we post the data to LinkFIve
override
-
purchaseIos(
{required AppStoreProductDetails? productDetails, required AppStorePurchaseDetails purchaseDetails}) → Future< LinkFiveActiveProducts> -
TEST MODE
override
-
restoreGoogle(
List< LinkFiveRestoreGoogleItem> restoreList) → Future<LinkFiveActiveProducts> -
TEST MODE
override
-
restoreIos(
List< LinkFiveRestoreAppleItem> restoreList) → Future<LinkFiveActiveProducts> -
TEST MODE
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited