BluetoothAdapterNotAvailable constructor

BluetoothAdapterNotAvailable(
  1. String method
)

Create a new instance of the error with the method that the error happened in.

Implementation

BluetoothAdapterNotAvailable(final String method)
    : super('Bluetooth adapter not available for method "$method"');