call abstract method

TRes call({
  1. String? deviceId,
  2. int? energyThresholdWh,
  3. int? evaluationWindowMinutes,
  4. int? minimumObservedMinutesBeforeProjection,
  5. bool? isEnabled,
})

Implementation

TRes call({
  String? deviceId,
  int? energyThresholdWh,
  int? evaluationWindowMinutes,
  int? minimumObservedMinutesBeforeProjection,
  bool? isEnabled,
});