Cronet_Metrics_socket_reused_get method

bool Cronet_Metrics_socket_reused_get(
  1. Pointer<Cronet_Metrics> self
)

Implementation

bool Cronet_Metrics_socket_reused_get(
  ffi.Pointer<Cronet_Metrics> self,
) {
  return _Cronet_Metrics_socket_reused_get(
        self,
      ) !=
      0;
}