persistLanguageSelection property

  1. @TagNumber(8)
bool get persistLanguageSelection

@doc Whether to store the user's language selection in local storage so that it persists when they next open the app.

Implementation

@$pb.TagNumber(8)
$core.bool get persistLanguageSelection => $_getBF(7);
  1. @TagNumber(8)
set persistLanguageSelection (bool value)

Implementation

@$pb.TagNumber(8)
set persistLanguageSelection($core.bool value) => $_setBool(7, value);