UnicoCheckBuilder class Null safety
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
build(
) → UnicoCheckCameraOpener - Build all configuration
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
setAutoCapture(
{required bool autoCapture}) → UnicoCheckBuilder - Set if your camera will auto capture
-
setSmartFrame(
{required bool smartFrame}) → UnicoCheckBuilder - Set if your camera will have a smart frame
-
setTheme(
{required UnicoTheme unicoTheme}) → UnicoCheckBuilder - Set your custom theme of camera by UnicoTheme object
-
setTimeoutSession(
{required double timeoutSession}) → UnicoCheckBuilder - Set the timing of your session capture
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited