CrispController constructor
CrispController({})
Implementation
CrispController({
required this.websiteId,
this.locale = 'en',
this.userToken,
CrispUser? user,
this.onSessionIdReceived,
});
CrispController({
required this.websiteId,
this.locale = 'en',
this.userToken,
CrispUser? user,
this.onSessionIdReceived,
});