SecugenBlePluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SecugenBlePluginPlatform
Implementers

Constructors

SecugenBlePluginPlatform()
Constructs a SecugenBlePluginPlatform.

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

getTemplate() Future<List<int>>
getVerifySecurityLevel() Future<List<int>>
getVersion() Future<List<int>>
instantVerifyExtraData(int numberOfTemplate, int extraDataSize, Uint8List extraData) Future<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseResponse(List<int> bytes) Future<String?>
setPowerOffTime2H() Future<List<int>>
setVerifySecurityLowLevel() Future<List<int>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SecugenBlePluginPlatform
The default instance of SecugenBlePluginPlatform to use.
getter/setter pair