UtilsPlatform class

Constructors

UtilsPlatform()

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
getter/setter pair
isDesktop bool
getter/setter pair
isIOS bool
getter/setter pair
isLinux bool
getter/setter pair
isMacos bool
getter/setter pair
isMobile bool
getter/setter pair
isWindows bool
getter/setter pair

Static Methods

openProcess(String command, {List<String>? args, bool runInShell = true}) Future<ProcessResult?>

Constants

isDebug → const bool
isProfile → const bool
isRelease → const bool
isWeb → const bool