Callback type for custom actions from rich content.
typedef OnCustomCallback = void Function( String callbackId, Map<String, dynamic>? payload, );