btDeviceName property

String? get btDeviceName

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

Implementation

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

Implementation

set btDeviceName(String? val) {
  _btDeviceName = val;
  _set({"btDeviceName": val});
}