hasCycleHistoryGraphData method

Future<bool> hasCycleHistoryGraphData()

Check if have cycle history graph data

Implementation

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