CameraKitFlutterImpl class

CameraKitFlutterImpl is a class responsible for handling method calls and events from the CameraKit platform.

Constructors

CameraKitFlutterImpl({required CameraKitFlutterEvents cameraKitFlutterEvents})
Constructor for CameraKitFlutterImpl. cameraKitFlutterEvents is an object that defines event handlers for CameraKit.

Properties

cameraKitFlutterEvents CameraKitFlutterEvents
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGroupLenses({required List<String> groupIds}) Future<String?>
Asynchronously retrieves group lenses from the CameraKit.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCameraKit({required List<String> groupIds, bool isHideCloseButton = false}) Future<String?>
Asynchronously opens the CameraKit.
openCameraKitWithSingleLens({required String lensId, required String groupId, bool isHideCloseButton = false}) Future<String?>
Asynchronously opens the CameraKit with single lens.
toString() String
A string representation of this object.
inherited

Operators

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