CamerakitFlutterWeb class
A web implementation of the CamerakitFlutterPlatform of the CamerakitFlutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- CamerakitFlutterPlatform
- CamerakitFlutterWeb
Constructors
- CamerakitFlutterWeb()
- Constructs a CamerakitFlutterWeb
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?> -
inherited
-
getMethodChannel(
) → MethodChannel -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openCameraKit(
{required List< String> groupIds, bool isHideCloseButton = false}) → Future<String?> -
Returns a String containing the version of the platform.
override
-
openCameraKitWithSingleLens(
{required String lensId, required String groupId, bool isHideCloseButton = false}) → Future< String?> -
override
-
setCameraKitCredentials(
{required String apiToken}) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void