expirePublicChallengeAfter constant

Duration const expirePublicChallengeAfter

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

Implementation

static const Duration expirePublicChallengeAfter = Duration(hours: 1);