MethodChannelWechatFl class
An implementation of WechatFlPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- WechatFlPlatform
- MethodChannelWechatFl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addWhiteAddress(
) → Future< String?> -
override
-
androidId(
) → Future< String?> -
override
-
ipAddress(
) → Future< String?> -
override
-
isWhiteAddress(
) → Future< bool?> -
override
-
macAddress(
) → Future< String?> -
override
-
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?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wifiName(
) → Future< String?> -
override
-
writeSignInfo(
String longitude, String latitude, String radius) → Future< bool?> -
override
-
writeToken(
String token) → Future< bool?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited