TimeoutMiddleware constructor

TimeoutMiddleware({
  1. required Duration timeout,
})

Implementation

TimeoutMiddleware({required this.timeout});