ARGearController class

Constructors

ARGearController({required int id, String? apiUrl, String? apiKey, String? secretKey, String? authKey, ARGearControllerCallback? onCallback, ARGearControllerCallback? onPre, ARGearControllerCallback? onComplete})

Properties

apiKey String?
final
apiUrl String?
final
authKey String?
final
hashCode int
The hash code for this object.
no setterinherited
onCallback ARGearControllerCallback?
final
onComplete ARGearControllerCallback?
final
onPre ARGearControllerCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String?
final

Methods

changeCameraFacing() Future<void>
changeCameraRatio(ARGCameraRatio ratio) Future<void>
clearBulge() Future<void>
clearFilter() Future<void>
clearSticker() Future<void>
dispose() → void
exitApp() Future<void>
getDefaultBeauty() → dynamic
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBeauty(ARGBeauty type, double value) Future<void>
setBeautyValues(List<double> values) Future<void>
setBulge(ARGBulge type) Future<void>
setDefaultBeauty() Future<void>
setFilter(ItemModel itemModel) Future<void>
setFilterLevel(double level) Future<void>
setSticker(ItemModel itemModel) Future<void>
setVideoBitrate(ARGVideoBitrate bitrate) Future<void>
startRecording() → dynamic
stopRecording() Future<void>
takePicture([String filePath = '']) Future<void>
toggleRecording() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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