adbGetConfiguredTcpPort method
The static ADB port previously configured by this app, if any.
Implementation
Future<int?> adbGetConfiguredTcpPort({String? adbDeviceName}) {
throw UnimplementedError(
'adbGetConfiguredTcpPort() has not been implemented.',
);
}