deleteRangeOfList static method
Implementation
static Future<Ret> deleteRangeOfList(
List<String> deviceIdList, int startTimestampInSecond, int endTimestampInSecond,
{bool global = false}) async {
return EventServiceImpl.deleteRangeOfList(
deviceIdList, startTimestampInSecond, endTimestampInSecond,
global: global);
}