useAuthenticator property
If it's set to true
, allows you to connect to the external
Regula Bluetooth devices like Regula 1120 and others.
Implementation
bool? get useAuthenticator => _useAuthenticator;
Implementation
set useAuthenticator(bool? val) {
_useAuthenticator = val;
_setFunctionality({"useAuthenticator": val}, this);
}