initialDelay property

Duration? initialDelay
final

Duration the app has to be installed on the device before it becomes eligible to be surveyed

Defaults to 7 days

To remove the initial delay, set it to Duration.zero.

This setting only works when calling Wiredash.of(context).showPromoterSurvey().

Implementation

final Duration? initialDelay;