QrCodesService class
Service to handle qr codes api requests
Constructors
- QrCodesService.new({required ApiClient apiClient, FirebaseCrashlytics? crashlytics})
- Constructor for the QrCodesService
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
-
createQrCode(
QrCode data) → Future< void> - Creates a qr code.
-
getQrCode(
int qrCodeId) → Future< QrCode> - Get a qr code by id.
-
getQrCodes(
) → Future< List< QrCode> > - Get all qr codes.
-
getScannedQrCodesWithQrCode(
int qrCodeId) → Future< List< ScannedQrCode> > - Get all scanned qr codes with a specific qr code.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateQrCode(
QrCode data) → Future< void> - Update a qr code.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited