ShopifyService class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
customerShopifySession({required String email, required String shopifyCustomerId, required bool isMarketingEventSubscribed})
→ Future<Map<String, dynamic>>
-
-
getCheckoutMultiPassToken({required String phone, required String email, required String gkAccessToken, String? id, bool? notifications})
→ Future<Map<String, dynamic>>
-
-
getShopifyMultipassToken({required String phone, required String email, String? id, String? state})
→ Future<Map<String, dynamic>>
-
-
shopifySendEmailVerificationCode(String email)
→ Future<Result>
-
-
shopifyVerifyEmail(String email, String otp)
→ Future<Map<String, dynamic>>
-
-
validateDisposableEmail(String email)
→ Future<bool>
-