trashcoderOriginal post
Rank 1: Thread
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?" like in document.listDocuments?
Summary
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.