Integration<T> constructor
const
Integration<T> ({
- void onInit()?,
- void onIdentify(
- IdentifyEvent event
- void onTrack(
- TrackEvent event
- void onReset()?,
- void onPageView(
- PageViewEvent event
Implementation
const Integration({
this.onInit,
this.onIdentify,
this.onTrack,
this.onReset,
this.onPageView,
});