Cronet_Metrics_received_byte_count_get method

int Cronet_Metrics_received_byte_count_get(
  1. Pointer<Cronet_Metrics> self
)

Implementation

int Cronet_Metrics_received_byte_count_get(
  ffi.Pointer<Cronet_Metrics> self,
) {
  return _Cronet_Metrics_received_byte_count_get(
    self,
  );
}