ClearedInvoiceService class

A service for handling operations related to cleared invoices, such as extracting QR codes and invoice hashes.

Constructors

ClearedInvoiceService.new()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInvoiceHash(String filename) Future<String?>
Retrieves the hash value of a cleared invoice based on the filename.
getQrCode(String filename) Future<String?>
Retrieves the QR code for a cleared invoice based on the filename.