I'm still new to thingsboard app, flutter and dart. Right now I have my thingsboard which have it's own database (it is managed by someone else). I want the thingsboard app to pointed to my thingsboard instead of the demo one. I change the thingsboardApiEndpoint by replacing https://demo.thingsboard.io/ to https://gateway.myiotplatform.com/ in app_constant.dart file but the emulator would take forever to load.
Can someone help me regarding this issue? I try to find the api keyword in the source code but nothing are available. Really have no idea what to do.
Thank you in advanced.