@override Future<int> getTotalStepsFromSystem() async { await fetchTotalStepsFromSystem(); return _totalStepsFromSystem; }