feedbackStepXOfY method
No description provided for @feedbackStepXOfY.
In en, this message translates to: 'Step {current} of {total}'
Implementation
@override
String feedbackStepXOfY(int current, int total) {
return 'Paso $current de $total';
}
No description provided for @feedbackStepXOfY.
In en, this message translates to: 'Step {current} of {total}'
@override
String feedbackStepXOfY(int current, int total) {
return 'Paso $current de $total';
}