adbGetWirelessDebuggingControlStatus method

Future<PrivAdbWirelessDebuggingControlStatus> adbGetWirelessDebuggingControlStatus({
  1. 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.',
  );
}