adbDiscoverConnectPort method
Discovers the Wireless Debugging connect port.
Implementation
Future<int> adbDiscoverConnectPort({
String? adbDeviceName,
int? timeoutMillis,
}) {
throw UnimplementedError(
'adbDiscoverConnectPort() has not been implemented.',
);
}