AppCameraService class abstract
Define el contrato para un servicio de cámara, exponiendo las acciones y el estado necesarios para que la UI interactúe con la cámara del dispositivo.
Constructors
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
-
initializeCameraController(
) → Future< void> -
isInitialized(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAudioModeButtonPressed(
) → void -
onFlashModeButtonPressed(
) → void -
onPauseButtonPressed(
) → void -
onResumeButtonPressed(
) → void -
onStopButtonPressed(
) → void -
onTakePictureButtonPressed(
) → void -
onVideoRecordButtonPressed(
) → void -
pauseVideoRecording(
) → Future< void> -
resumeVideoRecording(
) → Future< void> -
startVideoRecording(
) → Future< void> -
stopVideoRecording(
) → Future< File?> -
takePicture(
) → Future< File?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited