BaserowEventCallback typedef

BaserowEventCallback = void Function(BaserowEvent event)

Callback type for handling Baserow events

Implementation

typedef BaserowEventCallback = void Function(BaserowEvent event);