@override Future<bool> isConnected() async { try { return await CoinbaseWalletSDK.shared.isConnected(); } catch (e, s) { throw W3MCoinbaseException('Check is connected error', e, s); } }