resetProgress method

Future<void> resetProgress()

Resets the current value of the progress bar.

Implementation

Future<void> resetProgress() async {
  throw UnimplementedError('resetProgress() has not been implemented.');
}