feedbackStepXOfY abstract method

String feedbackStepXOfY(
  1. int current,
  2. int total
)

No description provided for @feedbackStepXOfY.

In en, this message translates to: 'Step {current} of {total}'

Implementation

String feedbackStepXOfY(int current, int total);