I’m getting a PlatformException(3840, The data couldn’t be read because it isn’t the correct format., null, null) error.
I have this is my main.dart
Future main() async {
bool isValidLogin = await Backendless.userService.isValidLogin();
}
Removing this line resolves the error. Running on ios simulator with ios version 14.6.