closeSephoraConnector static method

Future<void> closeSephoraConnector()

Close the Sephora connector overlay

Implementation

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