adbCheckPairing method
One-shot check of whether this app's ADB key is already authorized.
Implementation
Future<PrivAdbPairingCheckResult> adbCheckPairing({
String? adbDeviceName,
int? port,
int? portDiscoveryTimeoutMillis,
}) {
throw UnimplementedError('adbCheckPairing() has not been implemented.');
}