DataCaptureContext class

Implemented types

Properties

frameSource FrameSource?
no setter
hashCode int
The hash code for this object.
no setterinherited
licenseInfo → LicenseInfo?
no setter
modes List<DataCaptureMode>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view ↔ PrivateDataCaptureView?
getter/setter pairinherited

Methods

addComponent(DataCaptureComponent component) Future<void>
addListener(DataCaptureContextListener listener) → void
addMode(DataCaptureMode mode) → void
applySettings(DataCaptureContextSettings settings) Future<void>
initialize() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAllModes() → void
removeListener(DataCaptureContextListener listener) → void
removeMode(DataCaptureMode mode) → void
setFrameSource(FrameSource frameSource) Future<void>
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
update() Future<void>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

deviceId String
no setter