NotFoundError.forCharacteristic constructor

NotFoundError.forCharacteristic(
  1. String searchUUID,
  2. String? fromUUID
)

Creat an error for a BluetoothCharacteristic that could not be found.

Implementation

NotFoundError.forCharacteristic(this.searchUUID, this.fromUUID)
    : searchType = "Characteristic";