DeviceConnectivityManagement class

Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.

Constructors

DeviceConnectivityManagement({String? configureWifi, String? tetheringSettings, String? usbDataAccess, String? wifiDirectSettings})
DeviceConnectivityManagement.fromJson(Map json_)

Properties

configureWifi String?
Controls Wi-Fi configuring privileges.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tetheringSettings String?
Controls tethering settings.
getter/setter pair
usbDataAccess String?
Controls what files and/or data can be transferred via USB.
getter/setter pair
wifiDirectSettings String?
Controls configuring and using Wi-Fi direct settings.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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