connectSelectedWallet abstract method

Future<void> connectSelectedWallet({
  1. bool inBrowser = false,
  2. AppKitSocialOption? socialOption,
})

Connects the selectedWallet previously selected

Implementation

Future<void> connectSelectedWallet({
  bool inBrowser = false,
  AppKitSocialOption? socialOption,
});