Dartapp_manager_event_cbFunction typedef
Dartapp_manager_event_cbFunction =
void Function(Pointer<Char> type, Pointer<Char> app_id, int event_type, int event_state, app_manager_event_h handle, Pointer<Void> user_data)
Implementation
typedef Dartapp_manager_event_cbFunction = void Function(
ffi.Pointer<ffi.Char> type,
ffi.Pointer<ffi.Char> app_id,
int event_type,
int event_state,
app_manager_event_h handle,
ffi.Pointer<ffi.Void> user_data);