FlutterLibjeidPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterLibjeidPlatform
- Implementers
Constructors
- FlutterLibjeidPlatform.new()
- Constructs a FlutterLibjeidPlatform.
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
-
scanDLCard(
{required String cardPin1, required String cardPin2}) → Future< Map< String, dynamic> > -
Scan DL Card
Input
cardPin1
ex: 1234 InputcardPin2
ex: 1234 Return {} when cancelled -
scanINCard(
{required String cardPin}) → Future< Map< String, dynamic> > -
Scan IN Card
Input
cardPin
ex: 1234 Return {} when cancelled -
scanRCCard(
{required String cardNumber}) → Future< Map< String, dynamic> > -
Scan RC Card
Input
cardNumber
ex: 123456789123 Return {} when cancelled -
stopScan(
) → Future< void> - Stop all card scanning
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterLibjeidPlatform
-
The default instance of FlutterLibjeidPlatform to use.
getter/setter pair