getConnectedDevices method

Future<List<ScannedDevice>> getConnectedDevices(
  1. DeviceModel deviceModel
)

Implementation

Future<List<ScannedDevice>> getConnectedDevices(DeviceModel deviceModel) {
  return VitalDevicesPlatform.instance.getConnectedDevices(deviceModel);
}