AnalyticsMiddleware class
- Inheritance
-
- Object
- GridMiddleware
- AnalyticsMiddleware
Constructors
-
AnalyticsMiddleware({void onEvent(String eventName, Map<
String, dynamic> params)?}) -
const
Properties
Methods
-
afterDispatch(
GridCommand command, GridState prevState, GridState nextState) → void -
override
-
beforeDispatch(
GridCommand command, GridState currentState) → void -
inherited
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited