CamerakitFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CamerakitFlutterPlatform
- Implementers
Constructors
- CamerakitFlutterPlatform()
- Constructs a CamerakitFlutterPlatform.
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
-
getGroupLenses(
{required List< String> groupIds}) → Future<String?> -
getMethodChannel(
) → MethodChannel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openCameraKit(
{required List< String> groupIds, bool isHideCloseButton = false}) → Future<String?> -
openCameraKitWithSingleLens(
{required String lensId, required String groupId, bool isHideCloseButton = false}) → Future< String?> -
setCameraKitCredentials(
{required String apiToken}) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CamerakitFlutterPlatform
-
The default instance of CamerakitFlutterPlatform to use.
getter/setter pair