Clears the progress from native storage.
@override Future<void> clearProgress() async { await _channel.invokeMethod<void>('clearProgress'); }