expirePrivateChallengeAfter constant

Duration const expirePrivateChallengeAfter

The duration in which a private challenge needs to be accepted before it is cancelled by the server.

Implementation

static const Duration expirePrivateChallengeAfter = Duration(minutes: 2);