You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List<UserIdentity> userGetIdentities(User user) {
returnusing((arena) {
// TODO: Fix countIds in userGetIdentities once Core changes how count is retrieved.// https://github.com/realm/realm-dart/issues/690// This approach is prone to race conditions.final idsCount =arena<IntPtr>();
```
The text was updated successfully, but these errors were encountered:
realm_core.dart
The text was updated successfully, but these errors were encountered: