adbPrepareTcpForStart method
Checks and, when possible, restores the static TCP port before a start.
Implementation
Future<PrivAdbAuthorizationCheckResult> adbPrepareTcpForStart({
String? adbDeviceName,
int? tcpPort,
}) {
throw UnimplementedError(
'adbPrepareTcpForStart() has not been implemented.',
);
}