IMGLYCameraPlatform class abstract
The interface that implementations of imgly_camera must implement.
- Inheritance
-
- Object
- PlatformInterface
- IMGLYCameraPlatform
- Implementers
Constructors
- IMGLYCameraPlatform()
- Constructs a IMGLYCameraPlatform.
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openCamera(
CameraSettings settings, {String? video, Map< String, dynamic> ? metadata}) → Future<CameraResult?> - Opens the camera for recording or reaction mode.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IMGLYCameraPlatform
-
The default instance of IMGLYCameraPlatform to use.
getter/setter pair