fShowAuthenticated property

bool get fShowAuthenticated

If [TRUE], authenticated devices are shown in the picker.

Implementation

bool get fShowAuthenticated => _fShowAuthenticated != FALSE;
set fShowAuthenticated (bool value)

Implementation

set fShowAuthenticated(bool value) =>
    _fShowAuthenticated = value ? TRUE : FALSE;