getDateWiseData static method
Implementation
static Future<Map<DateTime, double>> getDateWiseData(
{required String dataType,
required DateTime startDate,
required DateTime endDate}) =>
HekaHealthPlatform.instance.getDateWiseData(dataType, startDate, endDate);