btDeviceName property

String? btDeviceName

Allows you to specify a name of a Regula device that will be used with Document Reader SDK.

Implementation

String? get btDeviceName => _btDeviceName;
void btDeviceName=(String? val)

Implementation

set btDeviceName(String? val) {
  _btDeviceName = val;
  _setFunctionality({"btDeviceName": val}, this);
}