CustomActionCallback typedef

CustomActionCallback = void Function(Map<String, dynamic>? response)

Callback signature for custom action handlers.

response contains the response data from the editor (if any).

Implementation

typedef CustomActionCallback = void Function(Map<String, dynamic>? response);