@override Stream<int> get heartRateStream { return Stream.periodic(const Duration(seconds: 1), (i) => i); }