NativeCameraKitController class
View State controller. User works with CameraKitController and CameraKitController Works with this controller.
Properties
- context ↔ BuildContext
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widget ↔ CameraKitView
-
getter/setter pair
Methods
-
changeFlashMode(
CameraFlashMode captureFlashMode) → Future< void> - Call change flash mode in Native API
-
closeCamera(
) → Future< void> - Call close camera in Native API
-
dispose(
) → Future< void> - Call dispose in Native API
-
initCamera(
) → void -
nativeMethodCallHandler(
MethodCall methodCall) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseCamera(
) → Future< void> - Call pause camera in Native API
-
resumeCamera(
) → Future< void> - Call resume camera in Native API
-
setCameraVisible(
bool isCameraVisible) → Future< void> - Call set camera visible in Native API. This API is used to automatically manage pause and resume camera
-
takePicture(
String path) → Future< String?> - Call take picture in Native API
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited