getAlias method

bool getAlias()

Implementation

bool getAlias() {
  final alias = _prefs.getBool(_keyAlias) ?? false;
  return alias;
}