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 'الخطوة $current من $total';
}