adbGetConfiguredTcpPort method
The static ADB port previously configured by this app, if any.
Implementation
@override
Future<int?> adbGetConfiguredTcpPort({String? adbDeviceName}) =>
methodChannel.invokeMethod<int>(
'adbGetConfiguredTcpPort',
<String, Object?>{'adbDeviceName': adbDeviceName},
);