adbGetConfiguredTcpPort method

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

The static ADB port previously configured by this app, if any.

Implementation

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