getSleepStream abstract method
- @Get.new(path: 'timeseries/sleep/{sleep_id}/stream')
- @Path.new('sleep_id') String sleepId
Implementation
@Get(path: 'timeseries/sleep/{sleep_id}/stream')
Future<Response<SleepStreamResponse>> getSleepStream(@Path('sleep_id') String sleepId);