Cronet_Metrics_Destroy method

void Cronet_Metrics_Destroy(
  1. Pointer<Cronet_Metrics> self
)

Implementation

void Cronet_Metrics_Destroy(
  ffi.Pointer<Cronet_Metrics> self,
) {
  return _Cronet_Metrics_Destroy(
    self,
  );
}