adbGetActiveTcpPort method
The static ADB port adbd is currently listening on, if any.
Implementation
@override
Future<int?> adbGetActiveTcpPort({String? adbDeviceName}) =>
methodChannel.invokeMethod<int>('adbGetActiveTcpPort', <String, Object?>{
'adbDeviceName': adbDeviceName,
});