CaptureFlashMode class abstract

Constants indicating the mode of the flash on the receiver's device, if it has one.

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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

auto → const int
Indicates that the flash should be used automatically depending on ambient light conditions.
off → const int
Indicates that the flash should always be off.
on → const int
Indicates that the flash should always be on.