Flutter3dArConverter class

Main package class for Flutter 3D AR Converter

Constructors

Flutter3dArConverter.new()
Factory constructor
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isARAvailable bool
Whether AR is available on this device
no setter
isFaceTrackingAvailable bool
Whether face tracking is available on this device
no setter
isInitialized bool
Whether the package has been initialized
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
Get the platform version
initialize() Future<bool>
Initialize the package
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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