RemoteDevToolsMiddleware<State> class

Constructors

RemoteDevToolsMiddleware(String _host, {ActionDecoder? actionDecoder, ActionEncoder? actionEncoder, StateEncoder<State>? stateEncoder, SocketClusterWrapper? socket, String instanceName = 'flutter'})

Properties

actionDecoder ActionDecoder
The function used to decode actions. If not specifies, defaults to NopActionDecoder
getter/setter pair
actionEncoder ActionEncoder
The function used to encode actions to a String for sending. If not specifies, defaults to JsonActionEncoder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceName String
The name that will appear in Instance Name in Dev Tools. If not specified, default to 'flutter'.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket SocketClusterWrapper
getter/setter pair
stateEncoder StateEncoder<State>
The function used to encode state to a String for sending. If not specifies, defaults to JsonStateEncoder
getter/setter pair
status RemoteDevToolsStatus
getter/setter pair
store ↔ Store<State>?
getter/setter pair

Methods

call(Store<State> store, dynamic action, NextDispatcher next) → void
Middleware function called by redux, dispatches actions to devtools
connect() Future<void>
handleEventFromRemote(Map<String, dynamic> data) → void
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