adbCheckTcpAuthorization method
One-shot authorization check against the static TCP port.
Implementation
Future<PrivAdbAuthorizationCheckResult> adbCheckTcpAuthorization({
String? adbDeviceName,
int? tcpPort,
}) {
throw UnimplementedError(
'adbCheckTcpAuthorization() has not been implemented.',
);
}