BluetoothController constructor

BluetoothController()

Implementation

BluetoothController() {
  if (Platform.isAndroid == false) {
    throw UnsupportedError(
      'BluetoothController is only supported on Android',
    );
  }
}