retryInterval property

Duration retryInterval
final

How long to wait between attempts. Fractions of a second survive the trip: CoreNFC counts this in seconds and takes them as a double.

Must not be negative, for the same reason as maximumRetries.

Implementation

final Duration retryInterval;