SendCommandCallback typedef

SendCommandCallback = void Function(Map<String, dynamic> data)

Callback signature for sending commands to the Quill editor.

Implementation

typedef SendCommandCallback = void Function(Map<String, dynamic> data);