PlatformHelper class

Constructors

PlatformHelper.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

isAndroid bool
Check if Android
no setter
isIOS bool
Check if iOS
no setter
isMacOS bool
Check if macOS
no setter
isWindows bool
Check if Windows
no setter
override TargetPlatform
Returns the effective override
no setter

Static Methods

clearOverride() → void
Clear manual override
manualOverride(TargetPlatform override) → void
Set a manual override (useful for dev or test)