addError method
Unsupported - this output sink cannot pass errors to platform code.
Implementation
@override
void addError(Object error, [StackTrace? stackTrace]) {
throw UnsupportedError(
"BluetoothConnection output (response) sink cannot receive errors!");
}