redux_remote_devtools
library
Typedefs
-
ActionDecoder
= dynamic Function(dynamic json)
-
Interface for custom remote action decoding logic.
Converts a JSON payload from remote devtools to an action
-
ActionEncoder
= String Function(dynamic action)
-
Interface for custom action encoding logic.
Converts an action into a string suitable for sending to devtools
-
SocketFactory
= Future<Socket> Function(String url)
-
-
StateEncoder<State>
= String Function(State state)
-
Interface for custom State encoding logic
Converts a State instance into a string suitable for sending to devtools