FlipperKitReduxMiddleware<State> class

Constructors

FlipperKitReduxMiddleware({bool filter(String actionType)?, String getActionType(dynamic action) = _defaultActionTypeConverter, dynamic stateConverter(State state) = jsonEncode, dynamic payloadConverter(dynamic payload) = jsonEncode})

Properties

filter ↔ (bool Function(String actionType)?)
getter/setter pair
getActionType String Function(dynamic action)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payloadConverter ↔ dynamic Function(dynamic payload)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateConverter ↔ dynamic Function(State state)
getter/setter pair

Methods

call(Store<State> store, dynamic action, NextDispatcher next) → void
A Middleware function that intercepts a dispatched action
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryInitializingPlugin() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited