RequestSessionSetPexSendEnabled constructor

RequestSessionSetPexSendEnabled({
  1. required bool enabled,
})

Implementation

RequestSessionSetPexSendEnabled({
  required this.enabled,
});