SuprSendProvider constructor
SuprSendProvider({})
Implementation
SuprSendProvider(
{Key? key,
required this.child,
required this.workspaceKey,
required this.workspaceSecret,
this.distinctId,
this.subscriberId})
: super(key: key);