commandTimeout constant
Duration
const commandTimeout
How long an app gets to run a command before Metro gives up.
Implementation
static const Duration commandTimeout = Duration(seconds: 30);
How long an app gets to run a command before Metro gives up.
static const Duration commandTimeout = Duration(seconds: 30);