CameraManager class

Constructors

CameraManager()
factory

Properties

currentFacingMode String?
getter/setter pair
currentVideoStream ↔ MediaStream?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCameraOn bool
no setter
lockPortrait bool
getter/setter pair
mirrorCamera bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBackCamera bool
getter/setter pair

Methods

clearVideoMedia() Future<void>
getVideoMedia([String facing = "user"]) Future<MediaStream>
isMirroring() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
turnCameraOff() Future<void>
updateMirrorCamera({required bool mirror}) → void

Operators

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