resetProgress method
Resets the current value of the progress bar.
Implementation
Future<void> resetProgress() async {
throw UnimplementedError('resetProgress() has not been implemented.');
}
Resets the current value of the progress bar.
Future<void> resetProgress() async {
throw UnimplementedError('resetProgress() has not been implemented.');
}