EmvqrPlatform class abstract

An abstract class defining the platform interface for EMV QR code scanning functionality.

Inheritance
  • Object
  • PlatformInterface
  • EmvqrPlatform
Implementers

Constructors

EmvqrPlatform()
Constructs an EmvqrPlatform instance.

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

getPlatformVersion() Future<String?>
Retrieves the version of the platform-specific implementation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanQR() Future<ScanResult?>
Initiates a QR code scan operation.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance EmvqrPlatform
Getter for the default instance of EmvqrPlatform.
getter/setter pair