ScanApi class
ScanApi
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
-
scan(
String fileUrl) → Future< BarcodeResponseList> - Scan barcode from file on server in the Internet using GET requests with parameter in query string. For scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.
-
scanBase64(
ScanBase64Request scanBase64Request) → Future< BarcodeResponseList> - Scan barcode from file in request body using POST requests with parameter in body in json or xml format.
-
scanMultipart(
Uint8List fileBytes) → Future< BarcodeResponseList> - Scan barcode from file in request body using POST requests with parameter in multipart form.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited