Dartbt_opp_client_push_finished_cbFunction typedef
Dartbt_opp_client_push_finished_cbFunction =
void Function(int result, Pointer<Char> remote_address, Pointer<Void> user_data)
Implementation
typedef Dartbt_opp_client_push_finished_cbFunction = void Function(int result,
ffi.Pointer<ffi.Char> remote_address, ffi.Pointer<ffi.Void> user_data);