ScannedQrCodesService class
Service to handle scanned qr codes api requests
Constructors
- ScannedQrCodesService.new({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< BaseCommandResponse> - Create a scanned qr code.
-
getScannedQrCode(
int scannedQrCodeId) → Future< ScannedQrCode> - Get a scanned qr code by id.
-
getScannedQrCodes(
{required int pageNumber, required int pageSize, String? searchQuery, List< String> ? depots, List<String> ? statuses, List<String> ? tags}) → Future<PaginatedResponse< 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