LiveTryon constructor

LiveTryon({
  1. Key? key,
  2. required String clientId,
  3. required String productId,
})

Implementation

LiveTryon({Key? key, required this.clientId, required this.productId})
    : super(key: key);