Fetch all unique user IDs that have data stored locally.
@override Future<List<String>> getAllUserIds() async => _storage.keys.toList();