FlutterChs class

Constructors

FlutterChs()

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

Static Properties

beepSwitchClose Future<void>
关闭蜂鸣器总开关
no setter
beepSwitchOpen Future<void>
开启蜂鸣器总开关
no setter
closeDevice Future<void>
关闭多合一读卡器
no setter
closeReadHospitalCard Future<void>
就诊卡关 closeReadHospitalCard
no setter
closeReadIdCard Future<void>
身份证关 closeReadIdCard
no setter
closeReadSocialSecurityCard Future<void>
社保卡关 closeReadSocialSecurityCard
no setter
closeScan Future<void>
扫码关 closeScan
no setter
findHealthCard Future<Map<String, dynamic>?>
寻社保卡 findHealthCard
no setter
findIdCard Future<Map<String, dynamic>?>
寻身份证 findIdCard
no setter
hideLoading Future<void>
关闭LOADING
no setter
openReadHospitalCard Future<Map<String, dynamic>?>
就诊卡开 openReadHospitalCard
no setter
platformVersion Future<String?>
no setter

Static Methods

openReadDevice({int? timeout, bool isIdCard = true, bool isScan = true, bool isHealthCard = true, List<String>? idCardKeys, List<String>? healthCardKeys}) Future<Map<String, dynamic>?>
多合一读卡
readIdCard({int? timeout, List<String>? idCardKeys}) Future<Map<String, dynamic>?>
读取身份证
readSocialSecurityCard({int? timeout, List<String>? healthCardKeys}) Future<Map<String, dynamic>?>
读取社保卡信息
scanOpen({int? timeout}) Future<Map<String, dynamic>?>
开启扫码 timeout - 扫码超时时间,单位秒; 默认:30 秒
showLoading({String? msg}) Future<void>
显示LOADNIG