PlatformX class

Facade class. Throws unimplemented if used.

This is just a "masquerade" for the real implementation, which will be chosen at runtime based on conditional export (see platformx.dart).

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
Facade
no setter
isFuchsia bool
Facade
no setter
isIOS bool
Facade
no setter
isLinux bool
Facade
no setter
isMacOS bool
Facade
no setter
isWeb bool
Facade
no setter
isWindows bool
Facade
no setter
platform PlatformEnum
Facade
no setter