TargetPlatform enum
The platform that user interaction should adapt to target.
The defaultTargetPlatform getter returns the current platform.
Constants
- android → const TargetPlatform
-
Android: www.android.com/
const TargetPlatform(0) - fuchsia → const TargetPlatform
-
Fuchsia: fuchsia.googlesource.com/
const TargetPlatform(1) - iOS → const TargetPlatform
-
iOS: www.apple.com/ios/
const TargetPlatform(2) -
values
→ const List<
TargetPlatform> -
A constant List of the values in this enum, in order of their declaration.
const List<TargetPlatform>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited