ShopLiveCommon class

Constructors

ShopLiveCommon()

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

clearAuth() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAccessKey({required String? accessKey}) → void
setAuth({required ShopLiveCommonAuth data}) → void
setAuthToken({required String? userJWT}) → void
setUser({required String accessKey, required ShopLiveCommonUser user}) → void
setUtmCampaign({required String? utmCampaign}) → void
setUtmContent({required String? utmContent}) → void
setUtmMedium({required String? utmMedium}) → void
setUtmSource({required String? utmSource}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited