IMPlatform class

当前flutter平台仅支持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
android_pad → const int
ios → const int
IOS
ipad → const int
linux → const int
mini_web → const int
web → const int
windows → const int
xos → const int