BleManagerException constructor

const BleManagerException([
  1. BleManagerFailureCode? code,
  2. String? message
])

Implementation

const BleManagerException([this.code, this.message]);