adbGetIdentityInfo method
ADB identity of this app, including its public key fingerprint.
Implementation
Future<PrivAdbIdentityInfo> adbGetIdentityInfo({String? adbDeviceName}) {
throw UnimplementedError('adbGetIdentityInfo() has not been implemented.');
}