getAll method

Future<List<DataPoint>> getAll()

Get all DataPoints for this study.

Be careful using this method - this might potential return an enormous amount of data.

Implementation

Future<List<DataPoint>> getAll() async => query('');