setCurrentStepDoneDelayAndroid method
Delay the activity after the completion of each capture step.
This value is represented in milliseconds.
By default there is no delay.
Implementation
void setCurrentStepDoneDelayAndroid(
bool enableDelay, int? millisecondsDelay) {
this.enableDelay = enableDelay;
this.millisecondsDelay = millisecondsDelay;
}