adbGetActiveTcpPort method

Future<int?> adbGetActiveTcpPort({
  1. String? adbDeviceName,
})

The static ADB port adbd is currently listening on, if any.

Implementation

Future<int?> adbGetActiveTcpPort({String? adbDeviceName}) {
  throw UnimplementedError('adbGetActiveTcpPort() has not been implemented.');
}