connectSephoraNative static method

Future<void> connectSephoraNative()

Connect to Sephora natively (consent -> login -> scrape profile, basket, loves, purchases) Platform ID: mobile-sephora Data Type: E-commerce / Beauty

Implementation

static Future<void> connectSephoraNative() async {
  await SephoraConnectorService.connectSephoraNative();
}