UnicoCheck class Null safety
Unico camera builder
- Inheritance
-
- Object
- UnicoCheckBuilder
- UnicoCheck
Constructors
- UnicoCheck({required UnicoListener listener, required UnicoConfig unicoConfigAndroid, required UnicoConfig unicoConfigIos})
Properties
- autoCapture → bool
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- listener → UnicoListener
-
Return the camera callback
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- smartFrame → bool
-
read-only
- timeoutSession → double
-
read-only
- unicoConfigAndroid → UnicoConfig
-
Set credentials of Android platform
final
- unicoConfigIos → UnicoConfig
-
Set credentials of IOS platform
final
- unicoTheme → UnicoTheme
-
read-only
Methods
-
build(
) → UnicoCheckCameraOpener -
Build all configuration
override
-
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
override
-
setSmartFrame(
{required bool smartFrame}) → UnicoCheckBuilder -
Set if your camera will have a smart frame
override
-
setTheme(
{required UnicoTheme unicoTheme}) → UnicoCheckBuilder -
Set your custom theme of camera by UnicoTheme object
override
-
setTimeoutSession(
{required double timeoutSession}) → UnicoCheckBuilder -
Set the timing of your session capture
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited