getWorkoutStream abstract method
- @Get.new(path: 'timeseries/workouts/{workout_id}/stream')
- @Path.new('workout_id') String workoutId
Implementation
@Get(path: 'timeseries/workouts/{workout_id}/stream')
Future<Response<WorkoutStreamResponse>> getWorkoutStream(
@Path('workout_id') String workoutId,
);