Closed 22chandan closed 4 months ago
It's not an issue, the minimal supported version is 3.6.3
what is solution of this so that it donot appear and can fetch smoothly??? @ybeshkarov
You have a few options to consider:
@22chandan
@22chandan this might help.
Future login() async {
try {
tbClient = ThingsboardClient(thingsBoardApiEndpoint.value);
await tbClient
.login(LoginRequest('xxxx', 'xxxx'));
log("isAuthenticated=${tbClient.isAuthenticated()}");
} catch (e) {
log('Error in login: $e');
}
}