Cronet_Metrics_push_end_move method

void Cronet_Metrics_push_end_move(
  1. Pointer<Cronet_Metrics> self,
  2. Pointer<Cronet_DateTime> push_end
)

Implementation

void Cronet_Metrics_push_end_move(
  ffi.Pointer<Cronet_Metrics> self,
  ffi.Pointer<Cronet_DateTime> push_end,
) {
  return _Cronet_Metrics_push_end_move(
    self,
    push_end,
  );
}