GetSocket constructor

GetSocket(
  1. String url, {
  2. Duration ping = const Duration(seconds: 5),
  3. bool allowSelfSigned = true,
})

Implementation

GetSocket(super.url, {super.ping, super.allowSelfSigned});