FlutterRfidPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterRfidPlatform
- Implementers
Constructors
- FlutterRfidPlatform.new()
- Constructs a FlutterRfidPlatform.
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
-
getAtr(
) → Future< Uint8List?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanForCard(
) → Future< void> -
scanForReader(
) → Future< void> -
setOnCardAbsentCallback(
VoidCallback callback) → void -
setOnCardPresentCallback(
VoidCallback callback) → void -
setOnReaderConnectedCallback(
VoidCallback callback) → void -
setOnReaderDisconnectedCallback(
VoidCallback callback) → void -
toString(
) → String -
A string representation of this object.
inherited
-
transmit(
Uint8List data) → Future< Uint8List>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterRfidPlatform
-
The default instance of FlutterRfidPlatform to use.
getter/setter pair