SuprSendWithStore constructor

SuprSendWithStore({
  1. Key? key,
  2. required Widget child,
  3. dynamic distinctId,
  4. String? subscriberId,
})

Implementation

SuprSendWithStore(
    {Key? key, required this.child, this.distinctId, this.subscriberId})
    : super(key: key);