UApp class abstract

Constructors

UApp.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

appBuildNumber String
getter/setter pair
appName String
getter/setter pair
appPackageName String
getter/setter pair
appVersion String
getter/setter pair
isAndroid bool
getter/setter pair
isDesktop bool
getter/setter pair
isFuchsia bool
getter/setter pair
isIos bool
getter/setter pair
isLinux bool
getter/setter pair
isMacOs bool
getter/setter pair
isMobile bool
getter/setter pair
isPwa bool
getter/setter pair
isWeb bool
getter/setter pair
isWindows bool
getter/setter pair
packageInfo PackageInfo
getter/setter pair

Static Methods

isDesktopSize() bool
isLandScape() bool
isMobileSize() bool
isPhone() bool
isPortrait() bool
isTablet() bool
isTabletSize() bool
reloadWeb() → void
updateLocale(Locale locale) → void