How to separate connecting to Metamask browser extension and Binance extension wallet in Flutter?

Viewed 26

There is a flutter app with two button, one is for connecting to Metamask chrome extension and the other for connecting to Binance extension wallet on chrome browser.

How to call these extensions separately? When I enable Metamask extension it triggers first all the time! and if I disable it then Binance wallet triggers. Is there a way to trigger them separately? I use the flutter_web3 library.

0 Answers
Related