userIds property

List<String> get userIds

Get all stored user IDs

Implementation

List<String> get userIds => _userData.keys.toList();