ScannedQrCodesService class

Service to handle scanned qr codes api requests

Constructors

ScannedQrCodesService({required ApiClient apiClient, FirebaseCrashlytics? crashlytics})
Constructor for the ScannedQrCodesService

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

createScannedQrCode(ScannedQrCode data) Future<void>
Create a scanned qr code
getScannedQrCode(int scannedQrCodeId) Future<ScannedQrCode>
Get a scanned qr code by id
getScannedQrCodes() Future<List<ScannedQrCode>>
Get all scanned qr codes
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