NotFoundError.forService constructor

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

Create an error for a BluetoothService that could not be found.

Implementation

NotFoundError.forService(final String? searchUUID, this.fromUUID)
    : searchUUID = searchUUID ?? "UNKNOWN",
      searchType = "Service";