WechatFlPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WechatFlPlatform
- Implementers
Constructors
- WechatFlPlatform()
- Constructs a WechatFlPlatform.
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
-
addWhiteAddress(
) → Future< String?> -
androidId(
) → Future< String?> -
ipAddress(
) → Future< String?> -
isWhiteAddress(
) → Future< bool?> -
macAddress(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openMiniProgram(
String appId, String userName, String path, int miniProgramType) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
-
wifiName(
) → Future< String?> -
writeSignInfo(
String longitude, String latitude, String radius) → Future< bool?> -
writeToken(
String token) → Future< bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WechatFlPlatform
-
The default instance of WechatFlPlatform to use.
getter/setter pair