kUnusuallyLongTimeout top-level constant

  1. @internal
Duration const kUnusuallyLongTimeout

How long to wait before showing a message saying that things seem to be taking a long time.

Implementation

@internal
const Duration kUnusuallyLongTimeout = Duration(seconds: 5);