AnalyticsMiddleware constructor

AnalyticsMiddleware({
  1. bool trackActions = true,
  2. bool trackErrors = true,
  3. Map<String, dynamic> customParameters(
    1. Action
    )?,
})

Implementation

AnalyticsMiddleware({
  this.trackActions = true,
  this.trackErrors = true,
  this.customParameters,
});