timeout static method

ErrorKey timeout([
  1. TimeoutPhase? phase
])

TimeoutError 的键(可指定阶段)

Implementation

static ErrorKey timeout([TimeoutPhase? phase]) =>
    ErrorKey._(TimeoutError, phase);