adbRestartTcp method
Future<PrivAdbTcpResult>
adbRestartTcp({
- String? adbDeviceName,
- int? tcpPort,
- PrivAdbConnectionOptions? options,
Restarts the static ADB port.
Implementation
Future<PrivAdbTcpResult> adbRestartTcp({
String? adbDeviceName,
int? tcpPort,
PrivAdbConnectionOptions? options,
}) {
throw UnimplementedError('adbRestartTcp() has not been implemented.');
}