Hi,
i’m getting :
login Error: PlatformException(Unimplemented, null, Backendless plugin for web doesn’t implement the method ‘Backendless.UserService.getCurrentUser’, null)
on my Flutter Web App. Is there a way or roadmap to get this function ?
Regards,
Stephan
Hello, @Stephan_Tomforde.
I reproduced this issue. Today it will be fixed.
Regards, Nikita.
1 Like
This issue has been fixed in 7.3.2 version of backendless sdk for flutter.
Regards, Nikita.
Hi @Nikita_Fedorishchev ,
after I switch to 7.3.2 I got an Error:
PlatformException(error, Expected a value of type ‘Map<dynamic, dynamic>’, but got one of type ‘Null’, null, null)
after I called:
BackendlessUser? user = await Backendless.userService.getCurrentUser();
On my Flutter Web App. Same Code on iOS and Android still worked as expected.
Regards,
Stephan
Oh, sry, thats because your current user is null. I will add this case into code in next version today.
Regards, Nikita.
1 Like
We already released 7.3.3 version. Please let me know if you still have problem.
1 Like