HeartRateAdapterException constructor
- AdapterErrorType type,
- String message,
- HeartRateDeviceEventStreamErrorType deviceEventStreamErrorType,
- {Object? detail}
Implementation
HeartRateAdapterException(
AdapterErrorType type, String message, this.deviceEventStreamErrorType,
{Object? detail})
: super(type, message, detail: detail);