workerAutoConfirmIn method
No description provided for @workerAutoConfirmIn.
In en, this message translates to: 'Automatically confirms in {time}'
Implementation
@override
String workerAutoConfirmIn(Object time) {
return 'Automatically confirms in $time';
}