SmoothCameraController class Null safety

A lifecycle-aware CameraController

Constructors

SmoothCameraController(dynamic description, dynamic resolutionPreset, {bool? enableAudio, dynamic imageFormatGroup})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
isInitialized bool
read-only
isPaused bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

dispose() Future<void>
init({required dynamic focusMode, required dynamic focusPoint, required dynamic deviceOrientation, required dynamic onAvailable}) Future<void>
initialize() Future<void>
Please use init instead
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
pausePreview() Future<void>
resumePreview() Future<void>
Please use resumePreviewIfNecessary instead
resumePreviewIfNecessary() Future<void>
startImageStream(dynamic onAvailable) Future<void>
stopImageStream() Future<void>
toString() String
A string representation of this object. [...]
inherited

Operators

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