SaveConfig class
Constructors
- SaveConfig.photo({CaptureRequestBuilder? pathBuilder, ExifPreferences? exifPreferences, bool mirrorFrontCamera = false})
- You only want to take photos
- SaveConfig.photoAndVideo({CaptureRequestBuilder? photoPathBuilder, CaptureRequestBuilder? videoPathBuilder, CaptureMode initialCaptureMode = CaptureMode.photo, VideoOptions? videoOptions, ExifPreferences? exifPreferences, bool mirrorFrontCamera = false})
- You want to be able to take both photos and videos
- SaveConfig.video({CaptureRequestBuilder? pathBuilder, VideoOptions? videoOptions, bool mirrorFrontCamera = false})
- You only want to take videos
Properties
-
captureModes
→ List<
CaptureMode> -
final
- exifPreferences → ExifPreferences?
-
Choose if you want to persist user location in image metadata or not
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialCaptureMode → CaptureMode
-
final
- mirrorFrontCamera → bool
-
final
- photoPathBuilder → CaptureRequestBuilder?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoOptions → VideoOptions?
-
final
- videoPathBuilder → CaptureRequestBuilder?
-
final
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