Dartrpc_port_stub_connected_event_cbFunction typedef

Dartrpc_port_stub_connected_event_cbFunction = void Function(Pointer<Char> sender, Pointer<Char> instance, Pointer<Void> user_data)

Implementation

typedef Dartrpc_port_stub_connected_event_cbFunction = void Function(
    ffi.Pointer<ffi.Char> sender,
    ffi.Pointer<ffi.Char> instance,
    ffi.Pointer<ffi.Void> user_data);