SummiEidPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SummiEidPlatform
Implementers

Constructors

SummiEidPlatform()
Constructs a SummiEidPlatform.

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

destroy() Future<void>
getEidSDKVersion() Future<String?>
getIDCardInfo(String reqId, String appKey) Future<EidCallback>
getPlatformVersion() Future<String?>
getSunmiEidSDKVersion() Future<String?>
init(String appId) Future<EidCallback>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseCardPhoto(String photo) Future<Uint8List?>
startCheckCard(dynamic callback(int, String)) Future<void>
startCheckCardEx(dynamic callback(int, String), Map<String, dynamic> params) Future<void>
stopCheckCard() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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