AdvancedPlatform class abstract

Mixed in types

Constructors

AdvancedPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
isChrome FutureOr<bool>
latefinalinherited
isEdge FutureOr<bool>
latefinalinherited
isFirefox FutureOr<bool>
latefinalinherited
isSafari FutureOr<bool>
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

currentBrowerIs(AdvancedBrower browser) FutureOr<bool>
inherited
getBrowser() FutureOr<AdvancedBrower?>
inherited
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
isFuschia bool
getter/setter pair
isIOS bool
getter/setter pair
isLinux bool
getter/setter pair
isMacOS bool
getter/setter pair
isWeb bool
getter/setter pair
isWindows bool
getter/setter pair

Static Methods

browser() Future<AdvancedBrower?>
version() Future<num>