InitParams constructor
InitParams({})
Creates a new instance of InitParams.
Implementation
InitParams({
required this.writeKey,
required this.apiKey,
this.host = 'https://dittofeed.com',
});
Creates a new instance of InitParams.
InitParams({
required this.writeKey,
required this.apiKey,
this.host = 'https://dittofeed.com',
});