UDXEventCallback typedef
UDXEventCallback =
void Function(UDXEvent event)
A type definition for the event callback function.
Implementation
typedef UDXEventCallback = void Function(UDXEvent event);
A type definition for the event callback function.
typedef UDXEventCallback = void Function(UDXEvent event);