MethodChannelFlutterplugin class
An implementation of FlutterpluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FlutterpluginPlatform
- MethodChannelFlutterplugin
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
-
cleanCard(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
configWifi(
String devSn, String devMac, String devEkey, int keyType, String serverIP, int serverPort, String WiFiName, String WiFiPwd) → Future< String?> -
override
-
deleteCard(
String devSn, String devMac, String devEkey, int keyType, String cards) → Future< String?> -
override
-
deleteDeviceData(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
existSwipeCardAddModel(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
existSwipeCardDeleteModel(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
getDeviceConfig(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
initBluetooth(
) → Future< String?> -
override
-
login(
String domain, String appId, String appSecret, String account) → Future< String?> -
override
-
modifyPwd(
String devSn, String devMac, String devEkey, int keyType, String oldPwd, String newPwd) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openDoor(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
resetDeviceConfig(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
scanDeviceSort(
int time) → Future< String?> -
override
-
setDeviceConfig(
String devSn, String devMac, String devEkey, int keyType, int wiegand, int openDelay, int controlWay) → Future< String?> -
override
-
setDeviceStaticIP(
String devSn, String devMac, String devEkey, int keyType, int staticEnable, String staticIP, String gateway, String mask, String dns) → Future< String?> -
override
-
setReadSectorKey(
String devSn, String devMac, String devEkey, int keyType, String sectorKey, int doorNo, int sector) → Future< String?> -
override
-
setServerIP(
String devSn, String devMac, String devEkey, int keyType, String serverIP, int serverPort) → Future< String?> -
override
-
swipeAddCardModel(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
swipeCardDeleteModel(
String devSn, String devMac, String devEkey, int keyType) → Future< String?> -
override
-
syncDeviceTime(
String devSn, String devMac, String devEkey, int keyType, String time) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
writeCard(
String devSn, String devMac, String devEkey, int keyType, String cards, int append) → Future< String?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited