adbRestartTcp method

Future<PrivAdbTcpResult> adbRestartTcp({
  1. String? adbDeviceName,
  2. int? tcpPort,
  3. PrivAdbConnectionOptions? options,
})

Restarts the static ADB port.

Implementation

Future<PrivAdbTcpResult> adbRestartTcp({
  String? adbDeviceName,
  int? tcpPort,
  PrivAdbConnectionOptions? options,
}) {
  throw UnimplementedError('adbRestartTcp() has not been implemented.');
}