Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in initialize function. #93

Merged
merged 4 commits into from
Jul 5, 2024
Merged

Conversation

grvgoel81
Copy link
Contributor

  • Returns CompletableFuture after both success and error.

Gaurav Goel added 3 commits July 4, 2024 20:25
Signed-off-by: Gaurav Goel <[email protected]>
Signed-off-by: Gaurav Goel <[email protected]>
Signed-off-by: Gaurav Goel <[email protected]>
Copy link
Member

@AyushBherwani1998 AyushBherwani1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@chaitanyapotti chaitanyapotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@chaitanyapotti chaitanyapotti merged commit 33f9d7f into master Jul 5, 2024
@chaitanyapotti chaitanyapotti deleted the feat/testing-flutter branch July 5, 2024 06:34
@@ -182,10 +182,10 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
this.authorizeSession().whenComplete { resp, error ->
if (error == null) {
web3AuthResponse = resp
initializeCf.complete(null)
} else {
print(error)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just informational.

Instead of print(error) you could do this:

Log.e(tag, error);

Then you can use logcat with adb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants