adbGetWirelessDebuggingControlStatus method
Future<PrivAdbWirelessDebuggingControlStatus>
adbGetWirelessDebuggingControlStatus({
- String? adbDeviceName,
Whether Priv Kit can manage Wireless Debugging on this device.
Implementation
Future<PrivAdbWirelessDebuggingControlStatus>
adbGetWirelessDebuggingControlStatus({String? adbDeviceName}) {
throw UnimplementedError(
'adbGetWirelessDebuggingControlStatus() has not been implemented.',
);
}