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