Dartnoti_ex_reporter_events_event_cbFunction typedef

Dartnoti_ex_reporter_events_event_cbFunction = void Function(noti_ex_reporter_h handle, noti_ex_event_info_h info, Pointer<noti_ex_item_h> items, int count, Pointer<Void> user_data)

Implementation

typedef Dartnoti_ex_reporter_events_event_cbFunction = void Function(
    noti_ex_reporter_h handle,
    noti_ex_event_info_h info,
    ffi.Pointer<noti_ex_item_h> items,
    int count,
    ffi.Pointer<ffi.Void> user_data);