hasCycleTrendsGraphData method

Future<bool> hasCycleTrendsGraphData()

Check if have cycle trends graph data

Implementation

Future<bool> hasCycleTrendsGraphData() async {
  return (await getAllPeriodsDetails()).isNotEmpty;
}