SephoraConnectorService class
Service to interact with native Sephora connector Uses WKWebView to authenticate user and extract e-commerce data (profile, basket, loves, purchases)
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
-
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 Methods
-
closeSephoraConnector(
) → Future< void> - Close the Sephora connector overlay
-
connectSephoraNative(
) → Future< void> - Connect to Sephora natively (consent -> login -> scrape profile, basket, loves, purchases) This opens a WKWebView overlay for the user to log in to Sephora Once authenticated, it automatically extracts:
Constants
- platform → const MethodChannel