Hi there, could it be that the Query Parameter of account.listIdentities in dart is wrong? Actually it‘s declared as "String? queries" , but shouldn't it be declared as "List<String>?" like in document.listDocuments?
TL;DR
Developers are inquiring about the Query Parameter for account.listIdentities in Dart, suggesting that it may be incorrectly declared as "String? queries" compared to "List<String>?" in document.listDocuments.