PrivacyPositionCommand class

Constructors

PrivacyPositionCommand(CameraCommand _command)

Properties

hashCode int
The hash code for this object.
no setterinherited
privacyFlag bool?
getter/setter pair
privacyPlanData Map?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

controlPrivacyPosStatus(bool value, {int timeout = 5}) Future<bool>
getPrivacyPlan({int timeout = 5}) Future<bool>
isDevicePrivacy({int timeout = 5}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPrivacyPlan({required List records, required int enable, int timeout = 5}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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