ActionDecoder typedef

ActionDecoder = dynamic Function(dynamic json)

Interface for custom remote action decoding logic. Converts a JSON payload from remote devtools to an action

Implementation

typedef ActionDecoder = dynamic Function(dynamic json);