BaseSettings class abstract
Constructors
Properties
- appName ↔ String
-
getter/setter pair
- appVersion ↔ String
-
getter/setter pair
- buildNumber ↔ String
-
getter/setter pair
- darkTheme ↔ bool
-
getter/setter pair
- deviceId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTablet ↔ bool
-
getter/setter pair
- language ↔ SupportLanguage
-
getter/setter pair
- packageName ↔ String
-
getter/setter pair
- ratio ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenHeight ↔ double
-
getter/setter pair
- screenWidth ↔ double
-
getter/setter pair
- storage ↔ Storage
-
getter/setter pair
- unlockFeature ↔ bool
-
getter/setter pair
- userId ↔ String
-
getter/setter pair
Methods
-
applyRatio(
double? value, double ratio) → double? -
getDeviceId(
) → Future< String?> -
getProgressColor(
int value) → Color -
init(
Storage storage) → Future< bool> -
loadDarkTheme(
) → bool -
loadLanguage(
) → SupportLanguage -
loadUnlockFeature(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openPlayStoreAllApps(
) → void -
ratioCap(
) → double -
showAd(
) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultSupportLanguage → const SupportLanguage
- defaultUnlockFeature → const bool
- keyAppTheme → const String
- keyDarkTheme → const String
- keyLocale → const String
- keyUnlockFeature → const String