kUnusuallyLongTimeout top-level constant Null safety

Duration const kUnusuallyLongTimeout
internal">@internal

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);