Platform enum

Inheritance
Available extensions

Values

ios → const Platform
android → const Platform
web → const Platform
macos → const Platform
windows → const Platform
linux → const Platform
fuchsia → const Platform

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkDeviceIdentifier(String simulatorName) bool

Available on Platform, provided by the Verifier extension

cleanUp(String simulatorUid) → void

Available on Platform, provided by the Verifier extension

getBundleName() String

Available on Platform, provided by the Verifier extension

getDefaultRuntime() String

Available on Platform, provided by the Verifier extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareApp(String deviceName, String os, List<String> permissions, bool headless, String simulatorName, String bundleIdentifier) String

Available on Platform, provided by the Verifier extension

toString() String
A string representation of this object.
inherited
verifyPermission(String permission) bool

Available on Platform, provided by the Verifier extension

Operators

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

Constants

values → const List<Platform>
A constant List of the values in this enum, in order of their declaration.