ActionEncoder typedef

ActionEncoder = String Function(dynamic action)

Interface for custom action encoding logic. Converts an action into a string suitable for sending to devtools

Implementation

typedef ActionEncoder = String Function(dynamic action);