clearProgress method
Clears the progress from platform storage.
Implementation
Future<void> clearProgress() async {
_currentProgress = null;
await _platform.clearProgress();
}
Clears the progress from platform storage.
Future<void> clearProgress() async {
_currentProgress = null;
await _platform.clearProgress();
}