IMPlatform class

The current Flutter platform supports only Android/iOS

Constructors

IMPlatform()

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

Constants

android → const int
Android
androidPad → const int
ios → const int
iOS
ipad → const int
linux → const int
miniWeb → const int
web → const int
windows → const int
xos → const int