UnifiedFaceCameraPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • UnifiedFaceCameraPlatform
Implementers

Constructors

UnifiedFaceCameraPlatform()
Constructs a UnifiedFaceCameraPlatform.

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

addTimestamp(String path, {double? latitude, double? longitude}) Future<String?>
Embeds a date/time timestamp and location metadata onto the image at path and returns the absolute path of the updated image file.
checkCameraPermission() Future<bool>
Checks if the camera permission is granted.
checkLocationPermission() Future<bool>
Checks if the location permission is granted.
getLocation() Future<Map<String, double>?>
Fetches the current location (latitude and longitude). Returns a map with keys 'latitude' and 'longitude', or null if not available/denied.
getPlatformVersion() Future<String?>
Returns the platform version string (e.g. "Android 13").
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestCameraPermission() Future<bool>
Requests the camera permission and returns whether it was granted.
requestLocationPermission() Future<bool>
Requests the location permission and returns whether it was granted.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance UnifiedFaceCameraPlatform
The default instance of UnifiedFaceCameraPlatform to use.
getter/setter pair