BleLinkKitException constructor
const
BleLinkKitException(
- BleErrorCode code,
- String message, [
- Object? details
Creates an exception with a stable code and diagnostic message.
Implementation
const BleLinkKitException(this.code, this.message, [this.details]);