hasPeriodGraphData method

Future<bool> hasPeriodGraphData()

Check if have period graph data

Implementation

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