@cryptobarbossa comments:
After looking around, I found the function Future loadLocalAccount({bool createAccountIfEmpty = true}) async { , where it has the variable 'createAccountIfEmpty' to false. I changed it to true as highlighted above and now the console example successfully gets passed await kin.waitReady();
@cryptobarbossa comments:
After looking around, I found the function Future loadLocalAccount({bool createAccountIfEmpty = true}) async { , where it has the variable 'createAccountIfEmpty' to false. I changed it to true as highlighted above and now the console example successfully gets passed await
kin.waitReady();