listStepSamples abstract method
Retrieve a user's step samples for the given session id. A null userId defaults to the currently authenticated user.
Implementation
Stream<List<StepSampleModel>> listStepSamples(int id, {int? userId});
Retrieve a user's step samples for the given session id. A null userId defaults to the currently authenticated user.
Stream<List<StepSampleModel>> listStepSamples(int id, {int? userId});