SMKitWorkoutContinuation constructor
const
SMKitWorkoutContinuation({
- String? introSoundKey,
- required String interactionUnlockSoundKey,
- required List<
SMKitExercise> exercises,
Implementation
const SMKitWorkoutContinuation({
this.introSoundKey,
required this.interactionUnlockSoundKey,
required this.exercises,
});