Jatin-Saini

Results 4 issues of Jatin-Saini

**Describe the bug** I am getting this bug when I tried to run the basic code copied from agora_uikit package. **To Reproduce** Steps to reproduce the behavior: 1. Add the...

bug

CODE: from browsermobproxy import Server server = Server("/Users/jatinsaini/selenium_resources/browsermob-proxy-2.1.4/bin/browsermob-proxy") server.start() proxy = server.create_proxy() ERROR: [ ](url)

String pusherAppKey = 'my_api_key'; String cluster = 'ap1'; String? token = await TokenService.getToken(); if (token == null) { showSimpleSnackbar("Error: Token is not present"); return; } await pusher.init( apiKey: pusherAppKey, cluster:...