LinkTspApi class Null safety

Constructors

LinkTspApi()

Properties

account AccountService
read-only
address AddressServices
read-only
cancelOrder CancelOrderServices
read-only
cart CartService
read-only
checkOut CheckOutService
read-only
complaint ComplaintService
read-only
contentPage ContentPageService
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
list ListService
read-only
lookUp LookUpService
read-only
read-only
multiStore MultiStoreService
read-only
order OrderService
read-only
pageBlock PageBlockWebService
read-only
review ReviewWebService
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
setting SettingWebService
read-only
sku SkuWebServices
read-only
socialLogin SocialLoginWebService
read-only
store StoreWebService
read-only
token TokenService
read-only
wishlist WishlistWebServices
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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 Methods

init({required String domain, required AdminModel admin, int version = 1, int lang = 1, int? zoneid}) Future<void>