OoplaRequestTimeout constructor

const OoplaRequestTimeout({
  1. Duration timeoutDuration = kGatewayRequestTimeout,
})

Implementation

const OoplaRequestTimeout({
  this.timeoutDuration = kGatewayRequestTimeout,
});