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 'Schritt $current von $total';
}