MediaCapture class Null safety
Constructors
- MediaCapture.capturing({Exception? exception, required String filePath, VideoState? videoState})
- MediaCapture.failure({Exception? exception, required String filePath})
- MediaCapture.success({Exception? exception, required String filePath})
Properties
- exception → Exception?
-
final
- filePath → String
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isPicture → bool
-
read-only
- isRecordingVideo → bool
-
read-only
- isVideo → bool
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- status → MediaCaptureStatus
-
final
- videoState → VideoState?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited