kUnusuallyLongTimeout top-level constant

Duration const kUnusuallyLongTimeout

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

Implementation

const Duration kUnusuallyLongTimeout = Duration(seconds: 5);