ModuleCustom constructor

ModuleCustom({
  1. required ModuleBle ble,
  2. ModuleOxi? oxi,
  3. ModuleEcg? ecg,
})

Implementation

ModuleCustom({
  required this.ble,
  this.oxi,
  this.ecg,
});