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